diff options
author | phk <phk@FreeBSD.org> | 1998-08-08 08:13:04 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-08-08 08:13:04 +0000 |
commit | 8cd84a68cc2bb1ddbe112224cee1f42017fbfbc0 (patch) | |
tree | 047024e42a38711231926c3600f284ec36833933 /usr.bin/netstat/unix.c | |
parent | a5e1d6e09cff33279213d996def3d9ebea963d49 (diff) | |
download | FreeBSD-src-8cd84a68cc2bb1ddbe112224cee1f42017fbfbc0.zip FreeBSD-src-8cd84a68cc2bb1ddbe112224cee1f42017fbfbc0.tar.gz |
Make netstat work again.
Diffstat (limited to 'usr.bin/netstat/unix.c')
-rw-r--r-- | usr.bin/netstat/unix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 5f11ba9..e740df3 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unix.c,v 1.8 1998/05/16 18:04:00 wollman Exp $"; + "$Id: unix.c,v 1.9 1998/07/06 21:01:27 bde Exp $"; #endif /* not lint */ /* @@ -55,6 +55,7 @@ static const char rcsid[] = #include <netinet/in.h> #include <errno.h> +#include <err.h> #include <stddef.h> #include <stdio.h> #include <stdlib.h> |