summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-07 21:36:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-07 21:36:53 +0000
commit83036cf1c12eac42e9fcb4e6691ecc46dc8e654e (patch)
treec5d3ac18eb1b07a15bce95ace0ce7adb91c6f596 /usr.bin/netstat/inet.c
parenta738290cbdde31b237de1a4fec2f5511fdf9ead7 (diff)
protos
Diffstat (limited to 'usr.bin/netstat/inet.c')
-rw-r--r--usr.bin/netstat/inet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 22e15747f00..ac979285e87 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet.c,v 1.65 2003/06/03 02:56:13 millert Exp $ */
+/* $OpenBSD: inet.c,v 1.66 2003/07/07 21:36:52 deraadt Exp $ */
/* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-static char *rcsid = "$OpenBSD: inet.c,v 1.65 2003/06/03 02:56:13 millert Exp $";
+static char *rcsid = "$OpenBSD: inet.c,v 1.66 2003/07/07 21:36:52 deraadt Exp $";
#endif
#endif /* not lint */
@@ -521,7 +521,7 @@ struct rpcnams {
char *rpcname;
};
-char *
+static char *
getrpcportnam(in_port_t port, int proto)
{
struct sockaddr_in server_addr;