aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/ps.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:15:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:15:05 +0000
commit2749b1412921cacde0110606121acb7a5e1e2b62 (patch)
treea81b89aa01c8dade88dcffbf674c9d85b7c85d4f /bin/ps/ps.c
parent5eb43ac2f70729e688f03999a2f66d1272e14a6d (diff)
downloadsrc-2749b1412921cacde0110606121acb7a5e1e2b62.tar.gz
src-2749b1412921cacde0110606121acb7a5e1e2b62.zip
Consistently use FBSDID
Notes
Notes: svn path=/head/; revision=99110
Diffstat (limited to 'bin/ps/ps.c')
-rw-r--r--bin/ps/ps.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 515e9f352f34..8b23a1da4a3c 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -31,9 +31,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1990, 1993, 1994\n\
@@ -45,6 +42,8 @@ static const char copyright[] =
static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94";
#endif /* not lint */
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/user.h>