summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-01-20 18:22:20 +0000
committerderaadt <deraadt@openbsd.org>2015-01-20 18:22:20 +0000
commit78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c (patch)
tree35b8d0135b2674051901c63738807d2811652485 /usr.sbin/quot
parentMake the man(1) and apropos(1) options -s and -S much less expensive: (diff)
downloadwireguard-openbsd-78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c.tar.xz
wireguard-openbsd-78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c.zip
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
delete <sys/param.h> if now possible ok guenther
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r--usr.sbin/quot/quot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c
index 588b6334de2..d6058ee6a84 100644
--- a/usr.sbin/quot/quot.c
+++ b/usr.sbin/quot/quot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: quot.c,v 1.25 2015/01/16 06:40:19 deraadt Exp $ */
+/* $OpenBSD: quot.c,v 1.26 2015/01/20 18:22:21 deraadt Exp $ */
/*
* Copyright (C) 1991, 1994 Wolfgang Solfrank.
@@ -31,7 +31,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXFRAG DEV_BSIZE MAXBSIZE */
+#include <sys/param.h> /* DEV_BSIZE MAXBSIZE */
#include <sys/mount.h>
#include <sys/time.h>
#include <ufs/ufs/dinode.h>