summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/disklabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/disklabel.c')
-rw-r--r--lib/libc/gen/disklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c
index 9f56ba8d215..8815c5e7f7d 100644
--- a/lib/libc/gen/disklabel.c
+++ b/lib/libc/gen/disklabel.c
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXFRAG DEV_BSIZE */
+#include <sys/param.h> /* DEV_BSIZE */
#include <sys/types.h>
#define DKTYPENAMES
#include <sys/disklabel.h>