summaryrefslogtreecommitdiff
path: root/bin/chmod/chmod.c
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1998-07-28 05:31:22 +0000
committermycroft <mycroft@NetBSD.org>1998-07-28 05:31:22 +0000
commit9dc385beb1577e11486bc425eddf0d20d594076e (patch)
tree7d7fa6616eb5951a2bba11f03423b99175b7c8ee /bin/chmod/chmod.c
parent1381f68431d8523c6d2d20b36c8ebc251089b933 (diff)
Delint.
Diffstat (limited to 'bin/chmod/chmod.c')
-rw-r--r--bin/chmod/chmod.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index fa2ffa2698b..0d017c773f9 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -1,4 +1,4 @@
-/* $NetBSD: chmod.c,v 1.19 1998/07/28 04:12:10 mycroft Exp $ */
+/* $NetBSD: chmod.c,v 1.20 1998/07/28 05:31:22 mycroft Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -44,7 +44,7 @@ __COPYRIGHT(
#if 0
static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
#else
-__RCSID("$NetBSD: chmod.c,v 1.19 1998/07/28 04:12:10 mycroft Exp $");
+__RCSID("$NetBSD: chmod.c,v 1.20 1998/07/28 05:31:22 mycroft Exp $");
#endif
#endif /* not lint */
@@ -223,4 +223,5 @@ usage()
(void)fprintf(stderr,
"usage: chmod [-R [-H | -L | -P]] [-h] mode file ...\n");
exit(1);
+ /* NOTREACHED */
}