Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/more Just split it into two strings and elimin...
details: https://anonhg.NetBSD.org/src/rev/e7c2ef7dfc06
branches: trunk
changeset: 787783:e7c2ef7dfc06
user: matt <matt%NetBSD.org@localhost>
date: Wed Jul 03 14:29:28 2013 +0000
description:
Just split it into two strings and eliminate the newline.
This goes into .ident so the newline doesn't matter.
diffstat:
distrib/utils/more/main.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r b1df79289c1f -r e7c2ef7dfc06 distrib/utils/more/main.c
--- a/distrib/utils/more/main.c Wed Jul 03 14:16:01 2013 +0000
+++ b/distrib/utils/more/main.c Wed Jul 03 14:29:28 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.11 2013/06/28 15:44:27 matt Exp $ */
+/* $NetBSD: main.c,v 1.12 2013/07/03 14:29:28 matt Exp $ */
/*
* Copyright (c) 1988 Mark Nudelman
@@ -32,9 +32,8 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT(
-"@(#) Copyright (c) 1988 Mark Nudelman.\n"
-"@(#) Copyright (c) 1988, 1993 "
+__COPYRIGHT("@(#) Copyright (c) 1988 Mark Nudelman.");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993 "
"Regents of the University of California. All rights reserved.");
#endif /* not lint */
@@ -42,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/7/93";
#else
-__RCSID("$NetBSD: main.c,v 1.11 2013/06/28 15:44:27 matt Exp $");
+__RCSID("$NetBSD: main.c,v 1.12 2013/07/03 14:29:28 matt Exp $");
#endif
#endif /* not lint */
Home |
Main Index |
Thread Index |
Old Index