summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
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 /sbin/fsdb
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 'sbin/fsdb')
-rw-r--r--sbin/fsdb/fsdb.c3
-rw-r--r--sbin/fsdb/fsdbutil.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c
index d3063bafc61..ef0e3570ac9 100644
--- a/sbin/fsdb/fsdb.c
+++ b/sbin/fsdb/fsdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fsdb.c,v 1.28 2015/01/16 06:39:58 deraadt Exp $ */
+/* $OpenBSD: fsdb.c,v 1.29 2015/01/20 18:22:21 deraadt Exp $ */
/* $NetBSD: fsdb.c,v 1.7 1997/01/11 06:50:53 lukem Exp $ */
/*-
@@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXFRAG */
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/mount.h>
diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c
index 1efdf03bd2e..eebe7e2cf72 100644
--- a/sbin/fsdb/fsdbutil.c
+++ b/sbin/fsdb/fsdbutil.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fsdbutil.c,v 1.16 2015/01/16 06:39:58 deraadt Exp $ */
+/* $OpenBSD: fsdbutil.c,v 1.17 2015/01/20 18:22:21 deraadt Exp $ */
/* $NetBSD: fsdbutil.c,v 1.5 1996/09/28 19:30:37 christos Exp $ */
/*-
@@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXFRAG */
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/mount.h>