Deleted Added
sdiff udiff text old ( 130455 ) new ( 133249 )
full compact
1/*-
2 * Copyright (c) 2003 Poul-Henning Kamp
3 * All rights reserved.
4 *
5 * Please see src/share/examples/etc/bsd-style-copyright.
6 */
7
8#include <sys/cdefs.h>
9__FBSDID("$FreeBSD: head/usr.sbin/mtree/specspec.c 130455 2004-06-14 07:28:22Z phk $");
10
11#include <err.h>
12#include <grp.h>
13#include <pwd.h>
14#include <stdio.h>
15#include <stdint.h>
16#include <unistd.h>
17#include "mtree.h"

--- 216 unchanged lines hidden ---