=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/netstat.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/systat/netstat.c 2002/06/18 00:46:47 1.22 --- src/usr.bin/systat/netstat.c 2002/06/19 08:45:52 1.23 *************** *** 1,4 **** ! /* $OpenBSD: netstat.c,v 1.22 2002/06/18 00:46:47 deraadt Exp $ */ /* $NetBSD: netstat.c,v 1.3 1995/06/18 23:53:07 cgd Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: netstat.c,v 1.23 2002/06/19 08:45:52 deraadt Exp $ */ /* $NetBSD: netstat.c,v 1.3 1995/06/18 23:53:07 cgd Exp $ */ /*- *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: netstat.c,v 1.22 2002/06/18 00:46:47 deraadt Exp $"; #endif /* not lint */ /* --- 38,44 ---- #if 0 static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: netstat.c,v 1.23 2002/06/19 08:45:52 deraadt Exp $"; #endif /* not lint */ /* *************** *** 152,160 **** } static struct nlist namelist[] = { ! #define X_TCBTABLE 0 { "_tcbtable" }, ! #define X_UDBTABLE 1 { "_udbtable" }, { "" }, }; --- 152,160 ---- } static struct nlist namelist[] = { ! #define X_TCBTABLE 0 /* no sysctl */ { "_tcbtable" }, ! #define X_UDBTABLE 1 /* no sysctl */ { "_udbtable" }, { "" }, };