Deleted Added
full compact
fmt.c (99457) fmt.c (110391)
1/*-
2 * Copyright (c) 1992, 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[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94";
37#endif
38#endif
1/*-
2 * Copyright (c) 1992, 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[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94";
37#endif
38#endif
39
39#include <sys/cdefs.h>
40#include <sys/cdefs.h>
40__FBSDID("$FreeBSD: head/bin/ps/fmt.c 99457 2002-07-05 15:58:27Z mike $");
41__FBSDID("$FreeBSD: head/bin/ps/fmt.c 110391 2003-02-05 13:18:17Z charnier $");
41
42#include <sys/types.h>
43#include <sys/time.h>
44#include <sys/resource.h>
45
46#include <err.h>
47#include <limits.h>
48#include <stdio.h>

--- 87 unchanged lines hidden ---
42
43#include <sys/types.h>
44#include <sys/time.h>
45#include <sys/resource.h>
46
47#include <err.h>
48#include <limits.h>
49#include <stdio.h>

--- 87 unchanged lines hidden ---