aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-11-23 01:02:19 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-11-23 01:02:19 +0000
commitdbfd8ef2e4b2856062a7218bc88244ce03e0bc8a (patch)
tree6b68c1aafbec7cf394d986bb1919ed35444ae92b /sys
parent8c7f0b92b44b2143e17d0f9d7ae1d2c44fc8354f (diff)
downloadsrc-dbfd8ef2e4b2856062a7218bc88244ce03e0bc8a.tar.gz
src-dbfd8ef2e4b2856062a7218bc88244ce03e0bc8a.zip
buf.h is not needed here, and pollutes when ufsmount.h is included
from userland code. Sponsored by: Nginx, Inc.
Notes
Notes: svn path=/head/; revision=274907
Diffstat (limited to 'sys')
-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 dfbc76fc037d..7148b76f3836 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
*/