Deleted Added
full compact
pstat.c (8857) pstat.c (9336)
1/*-
2 * Copyright (c) 1980, 1991, 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

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

49#include <sys/file.h>
50#include <ufs/ufs/quota.h>
51#include <ufs/ufs/inode.h>
52#define NFS
53#include <sys/mount.h>
54#undef NFS
55#undef KERNEL
56#include <sys/stat.h>
1/*-
2 * Copyright (c) 1980, 1991, 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

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

49#include <sys/file.h>
50#include <ufs/ufs/quota.h>
51#include <ufs/ufs/inode.h>
52#define NFS
53#include <sys/mount.h>
54#undef NFS
55#undef KERNEL
56#include <sys/stat.h>
57#include <nfs/rpcv2.h>
58#include <nfs/nfsproto.h>
57#include <nfs/nfsnode.h>
58#include <sys/ioctl.h>
59#include <sys/ioctl_compat.h> /* XXX NTTYDISC is too well hidden */
60#include <sys/tty.h>
61#include <sys/conf.h>
62#include <sys/rlist.h>
63
64#include <sys/sysctl.h>

--- 1054 unchanged lines hidden ---
59#include <nfs/nfsnode.h>
60#include <sys/ioctl.h>
61#include <sys/ioctl_compat.h> /* XXX NTTYDISC is too well hidden */
62#include <sys/tty.h>
63#include <sys/conf.h>
64#include <sys/rlist.h>
65
66#include <sys/sysctl.h>

--- 1054 unchanged lines hidden ---