Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/more Use ANSI C string concatenation



details:   https://anonhg.NetBSD.org/src/rev/4297d62099bd
branches:  trunk
changeset: 787698:4297d62099bd
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 28 15:44:27 2013 +0000

description:
Use ANSI C string concatenation

diffstat:

 distrib/utils/more/main.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r e6c978717438 -r 4297d62099bd distrib/utils/more/main.c
--- a/distrib/utils/more/main.c Fri Jun 28 15:38:56 2013 +0000
+++ b/distrib/utils/more/main.c Fri Jun 28 15:44:27 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.10 2009/01/24 13:43:21 tsutsui Exp $        */
+/*     $NetBSD: main.c,v 1.11 2013/06/28 15:44:27 matt Exp $   */
 
 /*
  * Copyright (c) 1988 Mark Nudelman
@@ -32,17 +32,17 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__COPYRIGHT(\
-"@(#) Copyright (c) 1988 Mark Nudelman.\
-@(#) Copyright (c) 1988, 1993\
-Regents of the University of California.  All rights reserved.");
+__COPYRIGHT(
+"@(#) Copyright (c) 1988 Mark Nudelman.\n"
+"@(#) Copyright (c) 1988, 1993 "
+"Regents of the University of California.  All rights reserved.");
 #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.10 2009/01/24 13:43:21 tsutsui Exp $");
+__RCSID("$NetBSD: main.c,v 1.11 2013/06/28 15:44:27 matt Exp $");
 #endif
 #endif /* not lint */
 



Home | Main Index | Thread Index | Old Index