Deleted Added
full compact
nfsstat.c (11914) nfsstat.c (11936)
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

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

38static char copyright[] =
39"@(#) Copyright (c) 1983, 1989, 1993\n\
40 The Regents of the University of California. All rights reserved.\n";
41#endif /* not lint */
42
43#ifndef lint
44/*static char sccsid[] = "From: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93";*/
45static 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

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

38static char copyright[] =
39"@(#) Copyright (c) 1983, 1989, 1993\n\
40 The Regents of the University of California. All rights reserved.\n";
41#endif /* not lint */
42
43#ifndef lint
44/*static char sccsid[] = "From: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93";*/
45static const char rcsid[] =
46 "$Id: nfsstat.c,v 1.3 1995/06/27 11:07:13 dfr Exp $";
46 "$Id: nfsstat.c,v 1.4 1995/10/29 09:53:00 phk Exp $";
47#endif /* not lint */
48
49#include <sys/param.h>
50#include <sys/mount.h>
47#endif /* not lint */
48
49#include <sys/param.h>
50#include <sys/mount.h>
51#include <sys/user.h>
51#include <sys/time.h>
52#include <sys/sysctl.h>
53#include <nfs/rpcv2.h>
54#include <nfs/nfsproto.h>
55#include <nfs/nfs.h>
56#include <signal.h>
57#include <fcntl.h>
58#include <ctype.h>
59#include <errno.h>

--- 346 unchanged lines hidden ---
52#include <sys/sysctl.h>
53#include <nfs/rpcv2.h>
54#include <nfs/nfsproto.h>
55#include <nfs/nfs.h>
56#include <signal.h>
57#include <fcntl.h>
58#include <ctype.h>
59#include <errno.h>

--- 346 unchanged lines hidden ---