Deleted Added
sdiff udiff text old ( 59259 ) new ( 60041 )
full compact
1/*
2 * modified for Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 *
7 * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_lookup.c 59259 2000-04-15 17:14:22Z rwatson $
8 */
9/*
10 * Copyright (c) 1989, 1993
11 * The Regents of the University of California. All rights reserved.
12 * (c) UNIX System Laboratories, Inc.
13 * All or some portions of this file are derived from material licensed
14 * to the University of California by American Telephone and Telegraph
15 * Co. or Unix System Laboratories, Inc. and are reproduced herein with

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

46 * @(#)ufs_lookup.c 8.6 (Berkeley) 4/1/94
47 */
48
49#include <stddef.h>
50
51#include <sys/param.h>
52#include <sys/systm.h>
53#include <sys/namei.h>
54#include <sys/buf.h>
55#include <sys/mount.h>
56#include <sys/vnode.h>
57#include <sys/malloc.h>
58#include <sys/dirent.h>
59
60#include <ufs/ufs/extattr.h>
61#include <ufs/ufs/quota.h>

--- 1009 unchanged lines hidden ---