aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chown
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-03 21:06:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-03 21:06:42 +0000
commitb728350ee67c01f96c3c5121774536fee81ad176 (patch)
treef908d178ab0f2ab51334f4e63465f30c284a3a41 /usr.sbin/chown
parent6f0a94a9f184c3f2ffef1ee177959042ed1cb2da (diff)
Notes
Diffstat (limited to 'usr.sbin/chown')
-rw-r--r--usr.sbin/chown/chown.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c
index cf7cb50ca4f5..70eec8caa9c3 100644
--- a/usr.sbin/chown/chown.c
+++ b/usr.sbin/chown/chown.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1988, 1993, 1994\n\
@@ -38,11 +39,9 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)chown.c 8.8 (Berkeley) 4/4/94";
-#endif
#endif /* not lint */
-
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");