Deleted Added
full compact
nfsstat.c (194792) nfsstat.c (194880)
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 194792 2009-06-23 23:18:19Z delphij $";
48 "$FreeBSD: head/usr.bin/nfsstat/nfsstat.c 194880 2009-06-24 18:42:21Z dfr $";
49#endif /* not lint */
50
51#include <sys/param.h>
52#include <sys/module.h>
53#include <sys/mount.h>
54#include <sys/time.h>
55#include <sys/sysctl.h>
49#endif /* not lint */
50
51#include <sys/param.h>
52#include <sys/module.h>
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>
61
62#include <fs/nfs/nfsport.h>
63
64#include <signal.h>

--- 813 unchanged lines hidden ---
56#include <nfs/nfsproto.h>
57#include <nfsclient/nfs.h>
58#include <nfsserver/nfs.h>
59#include <nfs/nfssvc.h>
60
61#include <fs/nfs/nfsport.h>
62
63#include <signal.h>

--- 813 unchanged lines hidden ---