Remove all \n from __COPYRIGHT(...) string - assembler can't parse them

in .ident and produce warning
This commit is contained in:
ache 1999-09-12 00:23:44 +00:00
parent d487a37a22
commit b50a7124e7

View File

@ -36,8 +36,8 @@
#include <sys/cdefs.h>
#ifndef lint
__COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n");
__COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\
\tThe Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint