Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/systat remove dupplicated prototype defs for file st...
details: https://anonhg.NetBSD.org/src/rev/e77c0e7ca3db
branches: trunk
changeset: 480145:e77c0e7ca3db
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Jan 05 11:50:21 2000 +0000
description:
remove dupplicated prototype defs for file static funcs.
diffstat:
usr.bin/systat/netstat.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r b4638c9151ab -r e77c0e7ca3db usr.bin/systat/netstat.c
--- a/usr.bin/systat/netstat.c Wed Jan 05 11:48:21 2000 +0000
+++ b/usr.bin/systat/netstat.c Wed Jan 05 11:50:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netstat.c,v 1.13 1999/12/20 17:26:50 itojun Exp $ */
+/* $NetBSD: netstat.c,v 1.14 2000/01/05 11:50:21 itojun Exp $ */
/*-
* Copyright (c) 1980, 1992, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: netstat.c,v 1.13 1999/12/20 17:26:50 itojun Exp $");
+__RCSID("$NetBSD: netstat.c,v 1.14 2000/01/05 11:50:21 itojun Exp $");
#endif /* not lint */
/*
@@ -110,9 +110,6 @@
static int aflag = 0;
static int nflag = 0;
static int lastrow = 1;
-static void enter __P((struct inpcb *, struct socket *, int, char *));
-static void inetprint __P((struct in_addr *, int, char *));
-static char *inetname __P((struct in_addr));
WINDOW *
opennetstat()
Home |
Main Index |
Thread Index |
Old Index