From dbfd8ef2e4b2856062a7218bc88244ce03e0bc8a Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Sun, 23 Nov 2014 01:02:19 +0000 Subject: [PATCH] buf.h is not needed here, and pollutes when ufsmount.h is included from userland code. Sponsored by: Nginx, Inc. --- sys/ufs/ufs/ufsmount.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h index dfbc76fc037..7148b76f383 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 /* XXX For struct workhead. */ - /* * Arguments to mount UFS-based filesystems */