Deleted Added
full compact
mount_unionfs.c (101270) mount_unionfs.c (101829)
1/*
2 * Copyright (c) 1992, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software donated to Berkeley by
6 * Jan-Simon Pendry.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

40 The Regents of the University of California. All rights reserved.\n";
41#endif /* not lint */
42
43#ifndef lint
44#if 0
45static char sccsid[] = "@(#)mount_union.c 8.5 (Berkeley) 3/27/94";
46#else
47static const char rcsid[] =
1/*
2 * Copyright (c) 1992, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software donated to Berkeley by
6 * Jan-Simon Pendry.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

40 The Regents of the University of California. All rights reserved.\n";
41#endif /* not lint */
42
43#ifndef lint
44#if 0
45static char sccsid[] = "@(#)mount_union.c 8.5 (Berkeley) 3/27/94";
46#else
47static const char rcsid[] =
48 "$FreeBSD: head/sbin/mount_unionfs/mount_unionfs.c 101270 2002-08-03 16:03:21Z mux $";
48 "$FreeBSD: head/sbin/mount_unionfs/mount_unionfs.c 101829 2002-08-13 16:07:39Z mux $";
49#endif
50#endif /* not lint */
51
52#include <sys/param.h>
53#include <sys/mount.h>
49#endif
50#endif /* not lint */
51
52#include <sys/param.h>
53#include <sys/mount.h>
54#include <sys/uio.h>
54
55#include <err.h>
56#include <stdio.h>
57#include <stdlib.h>
58#include <string.h>
59#include <sysexits.h>
60#include <unistd.h>
61

--- 102 unchanged lines hidden ---
55
56#include <err.h>
57#include <stdio.h>
58#include <stdlib.h>
59#include <string.h>
60#include <sysexits.h>
61#include <unistd.h>
62

--- 102 unchanged lines hidden ---