aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-09-12 00:23:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-09-12 00:23:44 +0000
commitda600884bdd6284fe67304492f90be01f5d59121 (patch)
tree9b477870f1b17265b34949050ad2ed8258ced5f9 /usr.bin
parent91169b79b630ecf54af1c99ca97706707f331ae3 (diff)
downloadsrc-da600884bdd6284fe67304492f90be01f5d59121.tar.gz
src-da600884bdd6284fe67304492f90be01f5d59121.zip
Remove all \n from __COPYRIGHT(...) string - assembler can't parse them
in .ident and produce warning
Notes
Notes: svn path=/head/; revision=51189
Diffstat (limited to 'usr.bin')
-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 f2cad20744c1..371730849e34 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