summaryrefslogtreecommitdiff
path: root/usr.bin/stat
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-06-29 20:51:06 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-06-29 20:51:06 +0000
commit6ddf5a1ec3926adac3da0b35671be74626d41225 (patch)
treec749373043d933dcb9b74debc14f564f6ce776b8 /usr.bin/stat
parent693db3ff2f0749d778f813ec7d133c71706a5fa9 (diff)
we don't care about keeping rccs_id
Diffstat (limited to 'usr.bin/stat')
-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>