From da600884bdd6284fe67304492f90be01f5d59121 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 12 Sep 1999 00:23:44 +0000 Subject: [PATCH] Remove all \n from __COPYRIGHT(...) string - assembler can't parse them in .ident and produce warning --- usr.bin/ftp/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index f2cad20744c..371730849e3 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -36,8 +36,8 @@ #include #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