diff options
author | dg <dg@FreeBSD.org> | 1994-10-02 08:33:31 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-10-02 08:33:31 +0000 |
commit | 021853ab4428c26fc16a157ad5ca41e6db85448b (patch) | |
tree | e38cc29ccd8a3075c1133f92bc2c3840c3b9457c /bin/ps | |
parent | 3c9bd5de76c2af40d27f0737c57ec9c4a5724f8a (diff) | |
download | FreeBSD-src-021853ab4428c26fc16a157ad5ca41e6db85448b.zip FreeBSD-src-021853ab4428c26fc16a157ad5ca41e6db85448b.tar.gz |
On second thought...back out previous commit.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/keyword.c | 3 | ||||
-rw-r--r-- | bin/ps/nlist.c | 3 | ||||
-rw-r--r-- | bin/ps/print.c | 3 | ||||
-rw-r--r-- | bin/ps/ps.c | 5 |
4 files changed, 5 insertions, 9 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 30dfc56..1c79e07 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: keyword.c,v 1.3 1994/09/24 02:56:43 davidg Exp $ + * $Id: keyword.c,v 1.4 1994/10/02 08:19:10 davidg Exp $ */ #ifndef lint @@ -40,7 +40,6 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #include <sys/param.h> #include <sys/time.h> #include <sys/resource.h> -#include <sys/rtprio.h> #include <sys/proc.h> #include <err.h> diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index d33c8e7..e7b60cb 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: nlist.c,v 1.2 1994/09/24 02:56:44 davidg Exp $ + * $Id: nlist.c,v 1.3 1994/10/02 08:19:11 davidg Exp $ */ #ifndef lint @@ -39,7 +39,6 @@ static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94"; #include <sys/param.h> #include <sys/time.h> -#include <sys/rtprio.h> #include <sys/proc.h> #include <sys/resource.h> diff --git a/bin/ps/print.c b/bin/ps/print.c index e4c1c85..8c862ee 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: print.c,v 1.2 1994/09/24 02:56:45 davidg Exp $ + * $Id: print.c,v 1.3 1994/10/02 08:19:12 davidg Exp $ */ #ifndef lint @@ -40,7 +40,6 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #include <sys/param.h> #include <sys/time.h> #include <sys/resource.h> -#include <sys/rtprio.h> #include <sys/proc.h> #include <sys/stat.h> diff --git a/bin/ps/ps.c b/bin/ps/ps.c index c52dd0a..7effb97 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ps.c,v 1.2 1994/09/24 02:56:47 davidg Exp $ + * $Id: ps.c,v 1.3 1994/10/02 08:19:13 davidg Exp $ */ #ifndef lint @@ -44,11 +44,10 @@ static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ #include <sys/param.h> +#include <sys/user.h> #include <sys/time.h> #include <sys/resource.h> -#include <sys/rtprio.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <sys/sysctl.h> |