Deleted Added
full compact
misc.c (144526) misc.c (200420)
1/*-
2 * Copyright (c) 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Cimarron D. Taylor of the University of California, Berkeley.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

37#ifndef lint
38#if 0
39static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94";
40#else
41#endif
42#endif /* not lint */
43
44#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Cimarron D. Taylor of the University of California, Berkeley.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

37#ifndef lint
38#if 0
39static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94";
40#else
41#endif
42#endif /* not lint */
43
44#include <sys/cdefs.h>
45__FBSDID("$FreeBSD: head/usr.bin/find/misc.c 144526 2005-04-02 07:44:12Z tjr $");
45__FBSDID("$FreeBSD: head/usr.bin/find/misc.c 200420 2009-12-11 23:35:38Z delphij $");
46
47#include <sys/types.h>
48#include <sys/stat.h>
49
50#include <err.h>
46
47#include <sys/types.h>
48#include <sys/stat.h>
49
50#include <err.h>
51#include <errno.h>
52#include <fts.h>
53#include <stdio.h>
54#include <stdlib.h>
55#include <string.h>
56
57#include "find.h"
58
59/*

--- 50 unchanged lines hidden ---
51#include <fts.h>
52#include <stdio.h>
53#include <stdlib.h>
54#include <string.h>
55
56#include "find.h"
57
58/*

--- 50 unchanged lines hidden ---