From ed412ce057c3ae1a25a199a1a7b8332cfc38d204 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sun, 3 Jul 1983 01:06:02 -0800 Subject: [PATCH] include fixes SCCS-vsn: usr.bin/uucp/libuu/anlwrk.c 5.2 SCCS-vsn: usr.bin/uucp/gnamef.c 5.2 SCCS-vsn: usr.bin/uucp/uucico/gnsys.c 5.2 SCCS-vsn: usr.bin/uucp/uuclean/uuclean.c 5.2 SCCS-vsn: usr.bin/uucp/uusnap/uusnap.c 5.2 SCCS-vsn: usr.bin/uucp/uuxqt/uuxqt.c 5.2 --- usr/src/usr.bin/uucp/gnamef.c | 4 ++-- usr/src/usr.bin/uucp/libuu/anlwrk.c | 4 ++-- usr/src/usr.bin/uucp/uucico/gnsys.c | 4 ++-- usr/src/usr.bin/uucp/uuclean/uuclean.c | 4 ++-- usr/src/usr.bin/uucp/uusnap/uusnap.c | 4 ++-- usr/src/usr.bin/uucp/uuxqt/uuxqt.c | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/usr/src/usr.bin/uucp/gnamef.c b/usr/src/usr.bin/uucp/gnamef.c index 881c73150c..831940970e 100644 --- a/usr/src/usr.bin/uucp/gnamef.c +++ b/usr/src/usr.bin/uucp/gnamef.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)gnamef.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)gnamef.c 5.2 (Berkeley) %G%"; #endif #include "uucp.h" @@ -7,7 +7,7 @@ static char sccsid[] = "@(#)gnamef.c 5.1 (Berkeley) %G%"; #ifdef NDIR #include "ndir.h" #else -#include +#include #endif /******* diff --git a/usr/src/usr.bin/uucp/libuu/anlwrk.c b/usr/src/usr.bin/uucp/libuu/anlwrk.c index ccea449656..5804aaa928 100644 --- a/usr/src/usr.bin/uucp/libuu/anlwrk.c +++ b/usr/src/usr.bin/uucp/libuu/anlwrk.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)anlwrk.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)anlwrk.c 5.2 (Berkeley) %G%"; #endif #include "uucp.h" @@ -8,7 +8,7 @@ static char sccsid[] = "@(#)anlwrk.c 5.1 (Berkeley) %G%"; #ifdef NDIR #include "ndir.h" #else -#include +#include #endif /* Re-written to be reasonable diff --git a/usr/src/usr.bin/uucp/uucico/gnsys.c b/usr/src/usr.bin/uucp/uucico/gnsys.c index 0728846d94..f47368d505 100644 --- a/usr/src/usr.bin/uucp/uucico/gnsys.c +++ b/usr/src/usr.bin/uucp/uucico/gnsys.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)gnsys.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)gnsys.c 5.2 (Berkeley) %G%"; #endif /* @@ -15,7 +15,7 @@ static char sccsid[] = "@(#)gnsys.c 5.1 (Berkeley) %G%"; #ifdef NDIR #include "ndir.h" #else -#include +#include #endif diff --git a/usr/src/usr.bin/uucp/uuclean/uuclean.c b/usr/src/usr.bin/uucp/uuclean/uuclean.c index a9948b631c..3e9d957705 100644 --- a/usr/src/usr.bin/uucp/uuclean/uuclean.c +++ b/usr/src/usr.bin/uucp/uuclean/uuclean.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)uuclean.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)uuclean.c 5.2 (Berkeley) %G%"; #endif #include "uucp.h" @@ -10,7 +10,7 @@ static char sccsid[] = "@(#)uuclean.c 5.1 (Berkeley) %G%"; #ifdef NDIR #include "ndir.h" #else -#include +#include #endif extern time_t time(); diff --git a/usr/src/usr.bin/uucp/uusnap/uusnap.c b/usr/src/usr.bin/uucp/uusnap/uusnap.c index 3ca3a2ac0c..68a178decf 100644 --- a/usr/src/usr.bin/uucp/uusnap/uusnap.c +++ b/usr/src/usr.bin/uucp/uusnap/uusnap.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)uusnap.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)uusnap.c 5.2 (Berkeley) %G%"; #endif /* @@ -13,7 +13,7 @@ static char sccsid[] = "@(#)uusnap.c 5.1 (Berkeley) %G%"; #ifdef NDIR #include "ndir.h" #else -#include +#include #endif #ifndef SYSBUF diff --git a/usr/src/usr.bin/uucp/uuxqt/uuxqt.c b/usr/src/usr.bin/uucp/uuxqt/uuxqt.c index 4c5f0e29c6..63db493c0b 100644 --- a/usr/src/usr.bin/uucp/uuxqt/uuxqt.c +++ b/usr/src/usr.bin/uucp/uuxqt/uuxqt.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)uuxqt.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)uuxqt.c 5.2 (Berkeley) %G%"; #endif #include "uucp.h" @@ -8,7 +8,7 @@ static char sccsid[] = "@(#)uuxqt.c 5.1 (Berkeley) %G%"; #ifdef NDIR #include "ndir.h" #else -#include +#include #endif #define APPCMD(d) {\ -- 2.20.1