Deleted Added
sdiff udiff text old ( 185493 ) new ( 185548 )
full compact
1#include <sys/cdefs.h>
2__FBSDID("$FreeBSD: head/lib/libutil/kinfo_getfile.c 185548 2008-12-02 06:50:26Z peter $");
3
4#include <sys/types.h>
5#include <sys/user.h>
6#include <sys/sysctl.h>
7#include <stdlib.h>
8#include <string.h>
9
10#include "libutil.h"

--- 62 unchanged lines hidden ---