Deleted Added
full compact
devs.c (111002) devs.c (111007)
1/*
2 * Copyright (c) 1998 Kenneth D. Merry.
3 * 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

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

55 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
56 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
58 * SUCH DAMAGE.
59 */
60
61#include <sys/cdefs.h>
62
1/*
2 * Copyright (c) 1998 Kenneth D. Merry.
3 * 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

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

55 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
56 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
58 * SUCH DAMAGE.
59 */
60
61#include <sys/cdefs.h>
62
63__FBSDID("$FreeBSD: head/usr.bin/systat/devs.c 111002 2003-02-16 14:13:23Z phk $");
63__FBSDID("$FreeBSD: head/usr.bin/systat/devs.c 111007 2003-02-16 15:46:25Z phk $");
64
65#ifdef lint
66static const char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93";
67#endif
68
69#include <sys/types.h>
70#include <sys/devicestat.h>
64
65#ifdef lint
66static const char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93";
67#endif
68
69#include <sys/types.h>
70#include <sys/devicestat.h>
71#include <sys/resource.h>
71
72#include <ctype.h>
73#include <devstat.h>
74#include <err.h>
75#include <stdlib.h>
76#include <string.h>
77
78#include "systat.h"

--- 246 unchanged lines hidden ---
72
73#include <ctype.h>
74#include <devstat.h>
75#include <err.h>
76#include <stdlib.h>
77#include <string.h>
78
79#include "systat.h"

--- 246 unchanged lines hidden ---