diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
commit | d522f6eb0324008023fed0be4d046f3fc51b0356 (patch) | |
tree | 9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /usr.sbin/trpt | |
parent | 1b433a7e5b43fe0dec72e100525e31299629c117 (diff) |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'usr.sbin/trpt')
-rw-r--r-- | usr.sbin/trpt/trpt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index dcb2805453e..82f28086f9c 100644 --- a/usr.sbin/trpt/trpt.c +++ b/usr.sbin/trpt/trpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trpt.c,v 1.9 2002/02/16 21:28:10 millert Exp $ */ +/* $OpenBSD: trpt.c,v 1.10 2002/02/17 19:42:40 millert Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -135,8 +135,8 @@ extern char *__progname; int main(int, char *[]); void dotrace(caddr_t); -void tcp_trace __P((short, short, struct tcpcb *, struct tcpcb *, - struct tcpiphdr *, int)); +void tcp_trace(short, short, struct tcpcb *, struct tcpcb *, + struct tcpiphdr *, int); int numeric(const void *, const void *); void usage(void); |