summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>