Deleted Added
full compact
kvm_getswapinfo.c (84768) kvm_getswapinfo.c (108602)
1/*
2 * Copyright (c) 1999, Matthew Dillon. All Rights Reserved.
3 * Copyright (c) 2001, Thomas Moestl
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided under the terms of the BSD
7 * Copyright as found in /usr/src/COPYRIGHT in the FreeBSD source tree.
8 */
9
10#include <sys/cdefs.h>
1/*
2 * Copyright (c) 1999, Matthew Dillon. All Rights Reserved.
3 * Copyright (c) 2001, Thomas Moestl
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided under the terms of the BSD
7 * Copyright as found in /usr/src/COPYRIGHT in the FreeBSD source tree.
8 */
9
10#include <sys/cdefs.h>
11__FBSDID("$FreeBSD: head/lib/libkvm/kvm_getswapinfo.c 84768 2001-10-10 17:48:44Z bde $");
11__FBSDID("$FreeBSD: head/lib/libkvm/kvm_getswapinfo.c 108602 2003-01-03 16:23:12Z phk $");
12
13#include <sys/param.h>
14#include <sys/time.h>
15#include <sys/stat.h>
12
13#include <sys/param.h>
14#include <sys/time.h>
15#include <sys/stat.h>
16#include <sys/conf.h>
17#include <sys/blist.h>
18#include <sys/sysctl.h>
19
20#include <vm/vm_param.h>
16#include <sys/blist.h>
17#include <sys/sysctl.h>
18
19#include <vm/vm_param.h>
20#include <vm/swap_pager.h>
21
22#include <err.h>
23#include <errno.h>
24#include <fcntl.h>
25#include <kvm.h>
26#include <nlist.h>
27#include <paths.h>
28#include <stdio.h>

--- 561 unchanged lines hidden ---
21
22#include <err.h>
23#include <errno.h>
24#include <fcntl.h>
25#include <kvm.h>
26#include <nlist.h>
27#include <paths.h>
28#include <stdio.h>

--- 561 unchanged lines hidden ---