summaryrefslogtreecommitdiff
path: root/bin/df/ext2fs_df.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/df/ext2fs_df.c')
-rw-r--r--bin/df/ext2fs_df.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/df/ext2fs_df.c b/bin/df/ext2fs_df.c
index 69e6889fe47..cb44888aeca 100644
--- a/bin/df/ext2fs_df.c
+++ b/bin/df/ext2fs_df.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ext2fs_df.c,v 1.14 2015/11/27 13:49:41 millert Exp $ */
+/* $OpenBSD: ext2fs_df.c,v 1.15 2016/02/08 16:23:54 mmcc Exp $ */
/*
* This file is substantially derived from src/sys/ufs/ext2fs/ext2fs_vfsops.c:e2fs_statfs().
@@ -45,8 +45,6 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
-#include <fcntl.h>
-#include <fstab.h>
int e2fs_df(int, char *, struct statfs *);