Fix libc build breakage by defining FSTYPENAMES before including

disklabel.h; broken originally by 1.87 of sys/disklabel.h, which
made the split between DKTYPENAMES and FSTYPENAMES.
Someone who knows disklabel.c: do we still need DKTYPENAMES to be
defined here now?
This commit is contained in:
Bosko Milekic 2002-08-16 15:33:20 +00:00
parent 7b829a94c4
commit b8606fe660
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101993

View File

@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#define DKTYPENAMES
#define FSTYPENAMES
#include <sys/disklabel.h>
#include <fcntl.h>