From: Keith Bostic Date: Wed, 28 Apr 1993 09:16:37 +0000 (-0800) Subject: kinfo_proc.h gone, stuff moved to X-Git-Tag: BSD-4_4-Snapshot-Development~1954 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/fa39b65c3b9596fb436725648b0f618fe8a99b81 kinfo_proc.h gone, stuff moved to SCCS-vsn: bin/ps/keyword.c 5.15 SCCS-vsn: usr.bin/fstat/fstat.c 5.44 --- diff --git a/usr/src/bin/ps/keyword.c b/usr/src/bin/ps/keyword.c index 8c6fd3e077..5445d4059c 100644 --- a/usr/src/bin/ps/keyword.c +++ b/usr/src/bin/ps/keyword.c @@ -6,18 +6,20 @@ */ #ifndef lint -static char sccsid[] = "@(#)keyword.c 5.14 (Berkeley) %G%"; +static char sccsid[] = "@(#)keyword.c 5.15 (Berkeley) %G%"; #endif /* not lint */ #include #include #include #include + #include +#include #include #include -#include #include + #include "ps.h" #ifdef SPPWAIT @@ -26,7 +28,7 @@ static char sccsid[] = "@(#)keyword.c 5.14 (Berkeley) %G%"; #ifdef NEWVM #include -#include +#include #endif static VAR *findvar __P((char *)); diff --git a/usr/src/usr.bin/fstat/fstat.c b/usr/src/usr.bin/fstat/fstat.c index ec0c715023..6b4678abd7 100644 --- a/usr/src/usr.bin/fstat/fstat.c +++ b/usr/src/usr.bin/fstat/fstat.c @@ -12,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)fstat.c 5.43 (Berkeley) %G%"; +static char sccsid[] = "@(#)fstat.c 5.44 (Berkeley) %G%"; #endif /* not lint */ #include @@ -27,7 +27,6 @@ static char sccsid[] = "@(#)fstat.c 5.43 (Berkeley) %G%"; #include #include #include -#include #include #define KERNEL #include @@ -48,13 +47,13 @@ static char sccsid[] = "@(#)fstat.c 5.43 (Berkeley) %G%"; #include #include +#include #include -#include #include +#include +#include #include #include -#include -#include #include #include