Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/netinet Pull up revision 1.55 (requested by christo...



details:   https://anonhg.NetBSD.org/src/rev/36825396db42
branches:  netbsd-2-0
changeset: 561206:36825396db42
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 30 11:24:23 2004 +0000

description:
Pull up revision 1.55 (requested by christos in ticket #416):
PR/24969: Arto Selonen: /usr/sbin/ipfs from ipfilter 4.1.1 does not work
patch applied.

diffstat:

 sys/netinet/ip_fil.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r bec503a19ba2 -r 36825396db42 sys/netinet/ip_fil.h
--- a/sys/netinet/ip_fil.h      Sun May 30 11:24:15 2004 +0000
+++ b/sys/netinet/ip_fil.h      Sun May 30 11:24:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_fil.h,v 1.54 2004/03/28 09:00:57 martti Exp $       */
+/*     $NetBSD: ip_fil.h,v 1.54.2.1 2004/05/30 11:24:23 tron Exp $     */
 
 /*
  * Copyright (C) 1993-2001, 2003 by Darren Reed.
@@ -1214,9 +1214,11 @@
 extern int     copyinptr __P((void *, void *, size_t));
 extern int     copyoutptr __P((void *, void *, size_t));
 extern int     fr_inobj __P((void *, void *, int));
+extern int     fr_inobjsz __P((void *, void *, int, int));
 extern int     fr_ioctlswitch __P((int, void *, ioctlcmd_t, int));
 extern int     fr_ipftune __P((ioctlcmd_t, void *));
 extern int     fr_outobj __P((void *, void *, int));
+extern int     fr_outobjsz __P((void *, void *, int, int));
 extern int     fr_send_reset __P((fr_info_t *));
 extern int     fr_send_icmp_err __P((int, fr_info_t *, int));
 extern void    fr_resolvdest __P((struct frdest *, int));



Home | Main Index | Thread Index | Old Index