summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/main.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-09-12 00:23:44 +0000
committerache <ache@FreeBSD.org>1999-09-12 00:23:44 +0000
commitb50a7124e76353975ac5bdeaedcf38b866b42f9b (patch)
treeffe264f5855ab7bbf52943c864b2c46e22ac0990 /usr.bin/ftp/main.c
parentd487a37a22ac365ac35f92c986fd910de425b20b (diff)
downloadFreeBSD-src-b50a7124e76353975ac5bdeaedcf38b866b42f9b.zip
FreeBSD-src-b50a7124e76353975ac5bdeaedcf38b866b42f9b.tar.gz
Remove all \n from __COPYRIGHT(...) string - assembler can't parse them
in .ident and produce warning
Diffstat (limited to 'usr.bin/ftp/main.c')
-rw-r--r--usr.bin/ftp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index f2cad20..3717308 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -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
OpenPOWER on IntegriCloud