Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro

This commit is contained in:
Andrey A. Chernov 2000-07-09 05:22:51 +00:00
parent 1364bf4a47
commit 39b31d1322
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62835

View file

@ -40,8 +40,7 @@
#ifndef lint
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993\n\
The Regents of the University of California. All rights reserved.\n");
__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 The Regents of the University of California. All rights reserved.");
__RCSID("$FreeBSD$");
#endif /* not lint */