Deleted Added
full compact
stand.h (223905) stand.h (235537)
1/*
2 * Copyright (c) 1998 Michael Smith.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*
2 * Copyright (c) 1998 Michael Smith.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/lib/libstand/stand.h 223905 2011-07-10 07:25:34Z avatar $
26 * $FreeBSD: head/lib/libstand/stand.h 235537 2012-05-17 10:11:18Z gber $
27 * From $NetBSD: stand.h,v 1.22 1997/06/26 19:17:40 drochner Exp $
28 */
29
30/*-
31 * Copyright (c) 1993
32 * The Regents of the University of California. All rights reserved.
33 *
34 * Redistribution and use in source and binary forms, with or without

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

113
114/*
115 * libstand-supplied filesystems
116 */
117extern struct fs_ops ufs_fsops;
118extern struct fs_ops tftp_fsops;
119extern struct fs_ops nfs_fsops;
120extern struct fs_ops cd9660_fsops;
27 * From $NetBSD: stand.h,v 1.22 1997/06/26 19:17:40 drochner Exp $
28 */
29
30/*-
31 * Copyright (c) 1993
32 * The Regents of the University of California. All rights reserved.
33 *
34 * Redistribution and use in source and binary forms, with or without

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

113
114/*
115 * libstand-supplied filesystems
116 */
117extern struct fs_ops ufs_fsops;
118extern struct fs_ops tftp_fsops;
119extern struct fs_ops nfs_fsops;
120extern struct fs_ops cd9660_fsops;
121extern struct fs_ops nandfs_fsops;
121extern struct fs_ops gzipfs_fsops;
122extern struct fs_ops bzipfs_fsops;
123extern struct fs_ops dosfs_fsops;
124extern struct fs_ops ext2fs_fsops;
125extern struct fs_ops splitfs_fsops;
126
127/* where values for lseek(2) */
128#define SEEK_SET 0 /* set file offset to offset */

--- 274 unchanged lines hidden ---
122extern struct fs_ops gzipfs_fsops;
123extern struct fs_ops bzipfs_fsops;
124extern struct fs_ops dosfs_fsops;
125extern struct fs_ops ext2fs_fsops;
126extern struct fs_ops splitfs_fsops;
127
128/* where values for lseek(2) */
129#define SEEK_SET 0 /* set file offset to offset */

--- 274 unchanged lines hidden ---