summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-11-23 01:02:19 +0000
committerglebius <glebius@FreeBSD.org>2014-11-23 01:02:19 +0000
commitfb402568c4370150544a6e913665f82e8f571b82 (patch)
tree6b68c1aafbec7cf394d986bb1919ed35444ae92b /sys/ufs
parent69a603c777be469704e1622f9a3ac81335ed15d6 (diff)
downloadFreeBSD-src-fb402568c4370150544a6e913665f82e8f571b82.zip
FreeBSD-src-fb402568c4370150544a6e913665f82e8f571b82.tar.gz
buf.h is not needed here, and pollutes when ufsmount.h is included
from userland code. Sponsored by: Nginx, Inc.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufsmount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h
index dfbc76f..7148b76 100644
--- a/sys/ufs/ufs/ufsmount.h
+++ b/sys/ufs/ufs/ufsmount.h
@@ -33,8 +33,6 @@
#ifndef _UFS_UFS_UFSMOUNT_H_
#define _UFS_UFS_UFSMOUNT_H_
-#include <sys/buf.h> /* XXX For struct workhead. */
-
/*
* Arguments to mount UFS-based filesystems
*/
OpenPOWER on IntegriCloud