diff options
author | steve <steve@FreeBSD.org> | 1996-12-14 05:51:20 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1996-12-14 05:51:20 +0000 |
commit | 151124272c853e06368681c41bd6ace057d45df7 (patch) | |
tree | 22ac50577ce65c93f13e182e25eb9e563d9428b4 /bin/chmod/chmod.c | |
parent | f06b28eb4ac4e55e57735cfc793affe386b055df (diff) | |
download | FreeBSD-src-151124272c853e06368681c41bd6ace057d45df7.zip FreeBSD-src-151124272c853e06368681c41bd6ace057d45df7.tar.gz |
Cleanup man page and -Wall cleaning.
Diffstat (limited to 'bin/chmod/chmod.c')
-rw-r--r-- | bin/chmod/chmod.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 9d461b5..5de7afc 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -30,17 +30,17 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: chmod.c,v 1.4 1995/03/19 13:27:43 joerg Exp $ + * $Id: chmod.c,v 1.5 1996/08/10 15:05:26 adam Exp $ */ #ifndef lint -static char copyright[] = +static char const copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; +static char const sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #endif /* not lint */ #include <sys/types.h> |