diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-29 21:46:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-29 21:46:07 +0000 |
commit | 73e3215c3918f21ebe935bf879071e6dbf6c842a (patch) | |
tree | 71714ba84b4853edadfc59c2abb5ccbbd44d545c /usr.bin/netstat/if.c | |
parent | 943105aef5e4f1338044d35f1376f59f9d03b9c2 (diff) |
Use correct spacing on both 32bit and 64bit machines.
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r-- | usr.bin/netstat/if.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 2a3589035b3..df08a64794c 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.12 1997/06/29 20:52:39 millert Exp $ */ +/* $OpenBSD: if.c,v 1.13 1997/06/29 21:46:00 millert Exp $ */ /* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "from: @(#)if.c 8.2 (Berkeley) 2/21/94"; #else -static char *rcsid = "$OpenBSD: if.c,v 1.12 1997/06/29 20:52:39 millert Exp $"; +static char *rcsid = "$OpenBSD: if.c,v 1.13 1997/06/29 21:46:00 millert Exp $"; #endif #endif /* not lint */ @@ -60,6 +60,7 @@ static char *rcsid = "$OpenBSD: if.c,v 1.12 1997/06/29 20:52:39 millert Exp $"; #include <netiso/iso_var.h> #include <arpa/inet.h> +#include <limits.h> #include <signal.h> #include <stdio.h> #include <string.h> |