Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/ipf/tools ioctl(2) "request" arguments should be ioctlc...



details:   https://anonhg.NetBSD.org/src/rev/3c0226f9d036
branches:  trunk
changeset: 565199:3c0226f9d036
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 01 09:26:12 2004 +0000

description:
ioctl(2) "request" arguments should be ioctlcmd_t, not u_int.

diffstat:

 dist/ipf/tools/ipf_y.y |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e54ee62cd0ac -r 3c0226f9d036 dist/ipf/tools/ipf_y.y
--- a/dist/ipf/tools/ipf_y.y    Thu Apr 01 09:24:58 2004 +0000
+++ b/dist/ipf/tools/ipf_y.y    Thu Apr 01 09:26:12 2004 +0000
@@ -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 @@
 ioctlfunc_t ioctlfunc;
 void *ptr;
 {
-       u_int add, del;
+       ioctlcmd_t add, del;
        frentry_t *fr;
        ipfobj_t obj;
 



Home | Main Index | Thread Index | Old Index