diff options
author | 2009-06-05 19:32:26 +0000 | |
---|---|---|
committer | 2009-06-05 19:32:26 +0000 | |
commit | a6ca3d441363e41a064a31d5f5a621a2f204a0b4 (patch) | |
tree | 8303506436f1d3b0ad7c0aa016ab72b74a6da7d7 | |
parent | Add support to fxp(4) for the 82552 MAC found in some variation of (diff) | |
download | wireguard-openbsd-a6ca3d441363e41a064a31d5f5a621a2f204a0b4.tar.xz wireguard-openbsd-a6ca3d441363e41a064a31d5f5a621a2f204a0b4.zip |
- remove an over-obvious header
prompted by deraadt@
"nuke nuke nuke" thib@
-rw-r--r-- | usr.bin/nfsstat/nfsstat.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 3a32ce05c0e..b9e399ea343 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsstat.c,v 1.31 2008/12/26 15:09:40 sobrado Exp $ */ +/* $OpenBSD: nfsstat.c,v 1.32 2009/06/05 19:32:26 jasper Exp $ */ /* $NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "from: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93"; static char *rcsid = "$NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $"; #else -static char *rcsid = "$OpenBSD: nfsstat.c,v 1.31 2008/12/26 15:09:40 sobrado Exp $"; +static char *rcsid = "$OpenBSD: nfsstat.c,v 1.32 2009/06/05 19:32:26 jasper Exp $"; #endif #endif /* not lint */ @@ -216,7 +216,6 @@ intpr(u_int display) if (display & SHOW_CLIENT) { printf("Client Info:\n"); - printf("Rpc Counts:\n"); printf("%9.9s %9.9s %9.9s %9.9s %9.9s %9.9s %9.9s %9.9s\n", "Getattr", "Setattr", "Lookup", "Readlink", "Read", "Write", "Create", "Remove"); |