Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/socket.h,v retrieving revision 1.91 retrieving revision 1.92 diff -u -p -r1.91 -r1.92 --- src/sys/sys/socket.h 2008/08/04 03:55:47 1.91 +++ src/sys/sys/socket.h 2009/01/11 02:45:55 1.92 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.91 2008/08/04 03:55:47 tls Exp $ */ +/* $NetBSD: socket.h,v 1.92 2009/01/11 02:45:55 christos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -429,15 +429,17 @@ struct kinfo_pcb { */ #define NET_RT_DUMP 1 /* dump; may limit to a.f. */ #define NET_RT_FLAGS 2 /* by flags, e.g. RESOLVING */ -#define NET_RT_OIFLIST 3 /* old NET_RT_IFLIST (pre 1.5) */ -#define NET_RT_IFLIST 4 /* survey interface list */ -#define NET_RT_MAXID 5 +#define NET_RT_OOIFLIST 3 /* old NET_RT_IFLIST (pre 1.5) */ +#define NET_RT_OIFLIST 4 /* survey interface list */ +#define NET_RT_IFLIST 5 +#define NET_RT_MAXID 6 #define CTL_NET_RT_NAMES { \ { 0, 0 }, \ { "dump", CTLTYPE_STRUCT }, \ { "flags", CTLTYPE_STRUCT }, \ { 0, 0 }, \ + { 0, 0 }, \ { "iflist", CTLTYPE_STRUCT }, \ } #endif /* _NETBSD_SOURCE */