Deleted Added
full compact
nlist.c (106318) nlist.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

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

31 * SUCH DAMAGE.
32 */
33
34#if 0
35#ifndef lint
36static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
37#endif /* not lint */
38#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

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

31 * SUCH DAMAGE.
32 */
33
34#if 0
35#ifndef lint
36static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
37#endif /* not lint */
38#endif
39
39#include <sys/cdefs.h>
40#include <sys/cdefs.h>
40__FBSDID("$FreeBSD: head/bin/ps/nlist.c 106318 2002-11-01 23:26:20Z tmm $");
41__FBSDID("$FreeBSD: head/bin/ps/nlist.c 110391 2003-02-05 13:18:17Z charnier $");
41
42#include <sys/types.h>
43#include <sys/sysctl.h>
44
45#include <stddef.h>
46
47#include "ps.h"
48

--- 22 unchanged lines hidden ---
42
43#include <sys/types.h>
44#include <sys/sysctl.h>
45
46#include <stddef.h>
47
48#include "ps.h"
49

--- 22 unchanged lines hidden ---