aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdmfs
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-06-29 19:03:52 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-06-29 19:03:52 +0000
commit3bb374ebb1eeb02762cce9d6bb5f40efb5eb5e62 (patch)
tree70599fc2ad34f9751a7e71ca5985dc302ed2ba74 /sbin/mdmfs
parent6d1b4a47305811eb613e6c70b39f59620bf1e7b1 (diff)
downloadsrc-3bb374ebb1eeb02762cce9d6bb5f40efb5eb5e62.tar.gz
src-3bb374ebb1eeb02762cce9d6bb5f40efb5eb5e62.zip
Remove pathnames.h.
Pointed out by: Mathieu Arnold <mat@mat.cc>
Notes
Notes: svn path=/head/; revision=117037
Diffstat (limited to 'sbin/mdmfs')
-rw-r--r--sbin/mdmfs/mdmfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c
index 805440734fe7..e7412995c852 100644
--- a/sbin/mdmfs/mdmfs.c
+++ b/sbin/mdmfs/mdmfs.c
@@ -50,8 +50,6 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
-#include "pathnames.h"
-
typedef enum { false, true } bool;
struct mtpt_info {