Deleted Added
full compact
nfsstat.c (193258) nfsstat.c (194190)
1/*
2 * Copyright (c) 1983, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

40 The Regents of the University of California. All rights reserved.\n";
41#endif /* not lint */
42
43#ifndef lint
44#if 0
45static char sccsid[] = "@(#)nfsstat.c 8.2 (Berkeley) 3/31/95";
46#endif
47static const char rcsid[] =
1/*
2 * Copyright (c) 1983, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

40 The Regents of the University of California. All rights reserved.\n";
41#endif /* not lint */
42
43#ifndef lint
44#if 0
45static char sccsid[] = "@(#)nfsstat.c 8.2 (Berkeley) 3/31/95";
46#endif
47static const char rcsid[] =
48 "$FreeBSD: head/usr.bin/nfsstat/nfsstat.c 193258 2009-06-01 20:34:00Z rmacklem $";
48 "$FreeBSD: head/usr.bin/nfsstat/nfsstat.c 194190 2009-06-14 12:47:27Z ed $";
49#endif /* not lint */
50
51#include <sys/param.h>
49#endif /* not lint */
50
51#include <sys/param.h>
52#include <sys/module.h>
52#include <sys/mount.h>
53#include <sys/time.h>
54#include <sys/sysctl.h>
55#include <nfs/rpcv2.h>
56#include <nfs/nfsproto.h>
57#include <nfsclient/nfs.h>
58#include <nfsserver/nfs.h>
59#include <nfs/nfssvc.h>

--- 817 unchanged lines hidden ---
53#include <sys/mount.h>
54#include <sys/time.h>
55#include <sys/sysctl.h>
56#include <nfs/rpcv2.h>
57#include <nfs/nfsproto.h>
58#include <nfsclient/nfs.h>
59#include <nfsserver/nfs.h>
60#include <nfs/nfssvc.h>

--- 817 unchanged lines hidden ---