Deleted Added
full compact
fstat.c (8874) fstat.c (9336)
1/*-
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. 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

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

57#include <sys/queue.h>
58#define KERNEL
59#include <sys/file.h>
60#include <ufs/ufs/quota.h>
61#include <ufs/ufs/inode.h>
62#undef KERNEL
63#define NFS
64#include <sys/mount.h>
1/*-
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. 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

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

57#include <sys/queue.h>
58#define KERNEL
59#include <sys/file.h>
60#include <ufs/ufs/quota.h>
61#include <ufs/ufs/inode.h>
62#undef KERNEL
63#define NFS
64#include <sys/mount.h>
65#include <nfs/nfsv2.h>
65#include <nfs/nfsproto.h>
66#include <nfs/rpcv2.h>
67#include <nfs/nfs.h>
68#include <nfs/nfsnode.h>
69#undef NFS
70
71#include <net/route.h>
72#include <netinet/in.h>
73#include <netinet/in_systm.h>

--- 674 unchanged lines hidden ---
66#include <nfs/rpcv2.h>
67#include <nfs/nfs.h>
68#include <nfs/nfsnode.h>
69#undef NFS
70
71#include <net/route.h>
72#include <netinet/in.h>
73#include <netinet/in_systm.h>

--- 674 unchanged lines hidden ---