diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2005-02-10 14:25:09 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2005-02-10 14:25:09 +0000 |
commit | 17c3fb0a6d195d88dc659b3d984a37496d2a3beb (patch) | |
tree | 617a0d87709f9d0d33cb77a7b03fbb74d2e7788f /usr.bin/netstat/netstat.h | |
parent | 7ba285852c57519e95c0adb0d3c5bda648ee6f00 (diff) |
backout previous; i committed to wrong repository (i meant to commit kame)
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 6ff2cdb2866..f4685d60d33 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.30 2005/02/10 05:28:58 itojun Exp $ */ +/* $OpenBSD: netstat.h,v 1.31 2005/02/10 14:25:08 itojun Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -73,9 +73,6 @@ void ip6protopr(u_long, char *); #endif void tcp_stats(u_long, char *); void udp_stats(u_long, char *); -#ifdef DCCP -void dccp_stats(u_long, char *); -#endif void ip_stats(u_long, char *); void icmp_stats(u_long, char *); void igmp_stats(u_long, char *); |