Deleted Added
full compact
hlfsd.h (42629) hlfsd.h (51292)
1/*
1/*
2 * Copyright (c) 1997-1998 Erez Zadok
2 * Copyright (c) 1997-1999 Erez Zadok
3 * Copyright (c) 1989 Jan-Simon Pendry
4 * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
5 * Copyright (c) 1989 The Regents of the University of California.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to Berkeley by
9 * Jan-Simon Pendry at Imperial College, London.
10 *

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

33 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 * SUCH DAMAGE.
38 *
39 * %W% (Berkeley) %G%
40 *
3 * Copyright (c) 1989 Jan-Simon Pendry
4 * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
5 * Copyright (c) 1989 The Regents of the University of California.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to Berkeley by
9 * Jan-Simon Pendry at Imperial College, London.
10 *

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

33 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 * SUCH DAMAGE.
38 *
39 * %W% (Berkeley) %G%
40 *
41 * $Id: hlfsd.h,v 1.1.1.1 1998/11/05 02:04:55 ezk Exp $
41 * $Id: hlfsd.h,v 1.2 1999/01/10 21:54:32 ezk Exp $
42 *
43 * HLFSD was written at Columbia University Computer Science Department, by
44 * Erez Zadok <ezk@cs.columbia.edu> and Alexander Dupuy <dupuy@cs.columbia.edu>
45 * It is being distributed under the same terms and conditions as amd does.
46 */
47
48#ifndef _HLFSD_HLFS_H
49#define _HLFSD_HLFS_H
50
51/*
52 * MACROS AND CONSTANTS:
53 */
54
42 *
43 * HLFSD was written at Columbia University Computer Science Department, by
44 * Erez Zadok <ezk@cs.columbia.edu> and Alexander Dupuy <dupuy@cs.columbia.edu>
45 * It is being distributed under the same terms and conditions as amd does.
46 */
47
48#ifndef _HLFSD_HLFS_H
49#define _HLFSD_HLFS_H
50
51/*
52 * MACROS AND CONSTANTS:
53 */
54
55#define HLFSD_VERSION "hlfsd 1.1 (March 4, 1997-1998)"
55#define HLFSD_VERSION "hlfsd 1.1 (March 4, 1997-1999)"
56#define PERS_SPOOLMODE 0755
57#define OPEN_SPOOLMODE 01777
58#define DOTSTRING "."
59
60/*
61 * ROOTID and SLINKID are the fixed "faked" node IDs (inodes) for
62 * the '.' (also '..') and the one symlink within the hlfs.
63 * They must always be unique, and should never match what a UID

--- 108 unchanged lines hidden ---
56#define PERS_SPOOLMODE 0755
57#define OPEN_SPOOLMODE 01777
58#define DOTSTRING "."
59
60/*
61 * ROOTID and SLINKID are the fixed "faked" node IDs (inodes) for
62 * the '.' (also '..') and the one symlink within the hlfs.
63 * They must always be unique, and should never match what a UID

--- 108 unchanged lines hidden ---