=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/route.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/netstat/route.c 1997/07/23 04:38:34 1.18 --- src/usr.bin/netstat/route.c 1997/07/25 04:29:00 1.19 *************** *** 1,4 **** ! /* $OpenBSD: route.c,v 1.18 1997/07/23 04:38:34 denny Exp $ */ /* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: route.c,v 1.19 1997/07/25 04:29:00 mickey Exp $ */ /* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "from: @(#)route.c 8.3 (Berkeley) 3/9/94"; #else ! static char *rcsid = "$OpenBSD: route.c,v 1.18 1997/07/23 04:38:34 denny Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "from: @(#)route.c 8.3 (Berkeley) 3/9/94"; #else ! static char *rcsid = "$OpenBSD: route.c,v 1.19 1997/07/25 04:29:00 mickey Exp $"; #endif #endif /* not lint */ *************** *** 211,217 **** } /* column widths; each followed by one space */ ! #define WID_DST 16 /* width of destination column */ #define WID_GW 18 /* width of gateway column */ /* --- 211,217 ---- } /* column widths; each followed by one space */ ! #define WID_DST 18 /* width of destination column */ #define WID_GW 18 /* width of gateway column */ /*