Deleted Added
full compact
ps.c (109504) ps.c (110391)
1/*-
2 * Copyright (c) 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 28 unchanged lines hidden (view full) ---

37 The Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#if 0
41#ifndef lint
42static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94";
43#endif /* not lint */
44#endif
1/*-
2 * Copyright (c) 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 28 unchanged lines hidden (view full) ---

37 The Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#if 0
41#ifndef lint
42static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94";
43#endif /* not lint */
44#endif
45
45#include <sys/cdefs.h>
46#include <sys/cdefs.h>
46__FBSDID("$FreeBSD: head/bin/ps/ps.c 109504 2003-01-19 00:31:16Z jmallett $");
47__FBSDID("$FreeBSD: head/bin/ps/ps.c 110391 2003-02-05 13:18:17Z charnier $");
47
48#include <sys/param.h>
49#include <sys/user.h>
50#include <sys/stat.h>
51#include <sys/ioctl.h>
52#include <sys/sysctl.h>
53
54#include <ctype.h>

--- 616 unchanged lines hidden ---
48
49#include <sys/param.h>
50#include <sys/user.h>
51#include <sys/stat.h>
52#include <sys/ioctl.h>
53#include <sys/sysctl.h>
54
55#include <ctype.h>

--- 616 unchanged lines hidden ---