diff options
author | gordon <gordon@FreeBSD.org> | 2003-06-29 19:03:52 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2003-06-29 19:03:52 +0000 |
commit | 397b16c79ea2bc68514c7b6c6bbf175cb77960a7 (patch) | |
tree | 70599fc2ad34f9751a7e71ca5985dc302ed2ba74 | |
parent | 6b7019d5ed2baad877e25d3e76a4ebcfd3160c88 (diff) | |
download | FreeBSD-src-397b16c79ea2bc68514c7b6c6bbf175cb77960a7.zip FreeBSD-src-397b16c79ea2bc68514c7b6c6bbf175cb77960a7.tar.gz |
Remove pathnames.h.
Pointed out by: Mathieu Arnold <mat@mat.cc>
-rw-r--r-- | sbin/mdmfs/mdmfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index 8054407..e741299 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 { |