From ed0072ae24fddb69a3be103d32f9038547f18c85 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Mon, 10 May 1982 06:59:08 -0800 Subject: [PATCH] update to new fs SCCS-vsn: bin/rcp/rcp.c 4.3 SCCS-vsn: usr.bin/ruptime/ruptime.c 4.4 SCCS-vsn: usr.bin/rwho/rwho.c 4.2 --- usr/src/bin/rcp/rcp.c | 6 +++--- usr/src/usr.bin/ruptime/ruptime.c | 6 +++--- usr/src/usr.bin/rwho/rwho.c | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/usr/src/bin/rcp/rcp.c b/usr/src/bin/rcp/rcp.c index 5de1e849bf..6e624f7e25 100644 --- a/usr/src/bin/rcp/rcp.c +++ b/usr/src/bin/rcp/rcp.c @@ -1,10 +1,10 @@ #ifndef lint -static char sccsid[] = "@(#)rcp.c 4.2 82/05/05"; +static char sccsid[] = "@(#)rcp.c 4.3 82/05/09"; #endif #include #include -#include +#include #include #include #include @@ -282,7 +282,7 @@ notreg: } } -#include +#include rsource(name, mode) char *name; diff --git a/usr/src/usr.bin/ruptime/ruptime.c b/usr/src/usr.bin/ruptime/ruptime.c index 786253b818..3945c5f4c4 100644 --- a/usr/src/usr.bin/ruptime/ruptime.c +++ b/usr/src/usr.bin/ruptime/ruptime.c @@ -1,10 +1,10 @@ #ifndef lint -static char sccsid[] = "@(#)ruptime.c 4.3 82/04/03"; +static char sccsid[] = "@(#)ruptime.c 4.4 82/05/09"; #endif -#include /* botch in ndir.h */ +#include #include -#include +#include #include #include "rwhod.h" diff --git a/usr/src/usr.bin/rwho/rwho.c b/usr/src/usr.bin/rwho/rwho.c index f26cacb35b..50e51e6e86 100644 --- a/usr/src/usr.bin/rwho/rwho.c +++ b/usr/src/usr.bin/rwho/rwho.c @@ -1,10 +1,10 @@ #ifndef lint -static char sccsid[] = "@(#)rwho.c 4.1 82/04/02"; +static char sccsid[] = "@(#)rwho.c 4.2 82/05/09"; #endif -#include /* botch in ndir.h */ +#include #include -#include +#include #include #include "rwhod.h" -- 2.20.1