"Fixes for \
gcc33" PR: ports/55288 (Volker Stolz)
This commit is contained in:
parent
9b492c4763
commit
113c74438c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87166
2 changed files with 28 additions and 0 deletions
14
misc/44bsd-more/files/patch-main.c
Normal file
14
misc/44bsd-more/files/patch-main.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- main.c.orig Tue Aug 5 17:17:15 2003
|
||||
+++ main.c Tue Aug 5 17:21:34 2003
|
||||
@@ -33,9 +33,9 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
-char copyright[] =
|
||||
+char copyright[] = \
|
||||
"@(#) Copyright (c) 1988 Mark Nudleman.\n\
|
||||
-@(#) Copyright (c) 1988, 1993
|
||||
+@(#) Copyright (c) 1988, 1993\
|
||||
Regents of the University of California. All rights reserved.\n";
|
||||
#endif /* not lint */
|
||||
|
14
sysutils/44bsd-more/files/patch-main.c
Normal file
14
sysutils/44bsd-more/files/patch-main.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- main.c.orig Tue Aug 5 17:17:15 2003
|
||||
+++ main.c Tue Aug 5 17:21:34 2003
|
||||
@@ -33,9 +33,9 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
-char copyright[] =
|
||||
+char copyright[] = \
|
||||
"@(#) Copyright (c) 1988 Mark Nudleman.\n\
|
||||
-@(#) Copyright (c) 1988, 1993
|
||||
+@(#) Copyright (c) 1988, 1993\
|
||||
Regents of the University of California. All rights reserved.\n";
|
||||
#endif /* not lint */
|
||||
|
Loading…
Reference in a new issue