Remove newlines from string argument of __COPYRIGHT(), it results in

assembler warning messages.
This commit is contained in:
phk 2009-04-05 13:48:06 +00:00
parent 30f1c1184a
commit e48abfcaf0

View File

@ -38,9 +38,9 @@
#include <fcntl.h>
#include <sys/file.h>
__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n"
__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993 "
"The Regents of the University of California."
" All rights reserved.\n");
" All rights reserved.");
#ifdef __NetBSD__
__RCSID("$NetBSD$");
#include <util.h>