Deleted Added
full compact
mount_cd9660.c (74097) mount_cd9660.c (90868)
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 contributed to Berkeley
6 * by Pace Willisson (pace@blitz.com). The Rock Ridge Extension
7 * Support code is derived from software contributed to Berkeley
8 * by Atsushi Murai (amurai@spec.co.jp).

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

44 The Regents of the University of California. All rights reserved.\n";
45#endif /* not lint */
46
47#ifndef lint
48/*
49static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95";
50*/
51static 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 contributed to Berkeley
6 * by Pace Willisson (pace@blitz.com). The Rock Ridge Extension
7 * Support code is derived from software contributed to Berkeley
8 * by Atsushi Murai (amurai@spec.co.jp).

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

44 The Regents of the University of California. All rights reserved.\n";
45#endif /* not lint */
46
47#ifndef lint
48/*
49static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95";
50*/
51static const char rcsid[] =
52 "$FreeBSD: head/sbin/mount_cd9660/mount_cd9660.c 74097 2001-03-11 10:06:28Z bp $";
52 "$FreeBSD: head/sbin/mount_cd9660/mount_cd9660.c 90868 2002-02-18 20:35:27Z mike $";
53#endif /* not lint */
54
55#include <sys/cdio.h>
56#include <sys/file.h>
57#include <sys/param.h>
58#include <sys/mount.h>
59#include <sys/../isofs/cd9660/cd9660_mount.h>
60
53#endif /* not lint */
54
55#include <sys/cdio.h>
56#include <sys/file.h>
57#include <sys/param.h>
58#include <sys/mount.h>
59#include <sys/../isofs/cd9660/cd9660_mount.h>
60
61#include <arpa/inet.h>
62
61#include <err.h>
62#include <errno.h>
63#include <stdlib.h>
64#include <stdio.h>
65#include <string.h>
66#include <sysexits.h>
67#include <unistd.h>
68

--- 168 unchanged lines hidden ---
63#include <err.h>
64#include <errno.h>
65#include <stdlib.h>
66#include <stdio.h>
67#include <string.h>
68#include <sysexits.h>
69#include <unistd.h>
70

--- 168 unchanged lines hidden ---