Tue Mar 6 23:40:47 2012 UTC ()
Change to use C89 concatenated strings.


(matt)
diff -r1.9 -r1.9.38.1 src/distrib/utils/more/main.c

cvs diff -r1.9 -r1.9.38.1 src/distrib/utils/more/main.c (expand / switch to context diff)
--- src/distrib/utils/more/main.c 2004/09/01 01:46:56 1.9
+++ src/distrib/utils/more/main.c 2012/03/06 23:40:47 1.9.38.1
@@ -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 */