diff options
Diffstat (limited to 'usr.bin/file/funcs.c')
-rw-r--r-- | usr.bin/file/funcs.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/file/funcs.c b/usr.bin/file/funcs.c index 2b4f34be86c..754b110ed71 100644 --- a/usr.bin/file/funcs.c +++ b/usr.bin/file/funcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: funcs.c,v 1.6 2009/04/24 18:54:34 chl Exp $ */ +/* $OpenBSD: funcs.c,v 1.7 2009/10/27 23:59:37 deraadt Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. @@ -38,10 +38,6 @@ #include <wctype.h> #endif -#ifndef lint -FILE_RCSID("@(#)$Id: funcs.c,v 1.6 2009/04/24 18:54:34 chl Exp $") -#endif /* lint */ - /* * Like printf, only we append to a buffer. */ |