From d1af91eb0c05110276d23017567ad9a7427f6d5d Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 1 Apr 2004 09:26:12 +0000 Subject: [PATCH] ioctl(2) "request" arguments should be ioctlcmd_t, not u_int. --- dist/ipf/tools/ipf_y.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ipf/tools/ipf_y.y b/dist/ipf/tools/ipf_y.y index 3749ed1ae54a..5440a7aff830 100644 --- a/dist/ipf/tools/ipf_y.y +++ b/dist/ipf/tools/ipf_y.y @@ -1,4 +1,4 @@ -/* $NetBSD: ipf_y.y,v 1.1.1.1 2004/03/28 08:56:31 martti Exp $ */ +/* $NetBSD: ipf_y.y,v 1.2 2004/04/01 09:26:12 martin Exp $ */ %{ #include "ipf.h" @@ -1803,7 +1803,7 @@ int fd; ioctlfunc_t ioctlfunc; void *ptr; { - u_int add, del; + ioctlcmd_t add, del; frentry_t *fr; ipfobj_t obj;