Deleted Added
sdiff udiff text old ( 76224 ) new ( 91017 )
full compact
1#ifndef lint
2static const char rcsid[] =
3 "$FreeBSD: head/usr.bin/gprof/elf.c 76224 2001-05-02 23:56:21Z obrien $";
4#endif /* not lint */
5
6#include <sys/types.h>
7#include <sys/mman.h>
8#include <sys/stat.h>
9#include <machine/elf.h>
10
11#include <err.h>
12#include <fcntl.h>
13#include <string.h>

--- 97 unchanged lines hidden ---