summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2010-06-29 20:51:05 +0000
committertedu <tedu@openbsd.org>2010-06-29 20:51:05 +0000
commit0d4939212a7e68a12dd3e7d3910040d08088b8fb (patch)
treed5dc800dfe920baaf25f0c745666f4ac9e613b37
parentStrip out ancient bits in struct user that were still used only by (diff)
downloadwireguard-openbsd-0d4939212a7e68a12dd3e7d3910040d08088b8fb.tar.xz
wireguard-openbsd-0d4939212a7e68a12dd3e7d3910040d08088b8fb.zip
we don't care about keeping rccs_id
-rw-r--r--usr.bin/stat/stat.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c
index 04ab8c4e600..2b944101317 100644
--- a/usr.bin/stat/stat.c
+++ b/usr.bin/stat/stat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stat.c,v 1.14 2009/06/24 09:44:25 sobrado Exp $ */
+/* $OpenBSD: stat.c,v 1.15 2010/06/29 20:51:05 tedu Exp $ */
/* $NetBSD: stat.c,v 1.19 2004/06/20 22:20:16 jmc Exp $ */
/*
@@ -30,11 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rccs_id[] =
- "$OpenBSD: stat.c,v 1.14 2009/06/24 09:44:25 sobrado Exp $";
-#endif
-
#include <sys/types.h>
#include <sys/stat.h>