Module Name: src
Committed By: matt
Date: Tue Mar 6 23:40:47 UTC 2012
Modified Files:
src/distrib/utils/more [matt-nb5-mips64]: main.c
Log Message:
Change to use C89 concatenated strings.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.38.1 src/distrib/utils/more/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/more/main.c
diff -u src/distrib/utils/more/main.c:1.9 src/distrib/utils/more/main.c:1.9.38.1
--- src/distrib/utils/more/main.c:1.9 Wed Sep 1 01:46:56 2004
+++ src/distrib/utils/more/main.c Tue Mar 6 23:40:47 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.9 2004/09/01 01:46:56 chs Exp $ */
+/* main.c,v 1.9 2004/09/01 01:46:56 chs Exp */
/*
* Copyright (c) 1988 Mark Nudelman
@@ -32,17 +32,17 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT(\
-"@(#) Copyright (c) 1988 Mark Nudelman.\n\
-@(#) Copyright (c) 1988, 1993\n\
- Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT(
+"@(#) Copyright (c) 1988 Mark Nudelman.\n"
+"@(#) Copyright (c) 1988, 1993\n"
+" Regents of the University of California. All rights reserved.\n");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/7/93";
#else
-__RCSID("$NetBSD: main.c,v 1.9 2004/09/01 01:46:56 chs Exp $");
+__RCSID("main.c,v 1.9 2004/09/01 01:46:56 chs Exp");
#endif
#endif /* not lint */