X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tools-for-build%2Fgrovel-headers.c;h=1b61f98e8938704d96b1e5e10e0a0df82e0874d1;hb=f17e3d27d7ff599f9443d011d17017a2a858c81a;hp=e7a1b70c4573885a53c07abbfbcefcd4c1fa9593;hpb=12a0ad4e13fd09f7809d0eb9066498c447674fbb;p=sbcl.git diff --git a/tools-for-build/grovel-headers.c b/tools-for-build/grovel-headers.c index e7a1b70..1b61f98 100644 --- a/tools-for-build/grovel-headers.c +++ b/tools-for-build/grovel-headers.c @@ -223,10 +223,7 @@ main(int argc, char *argv[]) defconstant("eagain", EAGAIN); defconstant("s-ifmt", S_IFMT); - defconstant("s-ififo", S_IFIFO); - defconstant("s-ifchr", S_IFCHR); defconstant("s-ifdir", S_IFDIR); - defconstant("s-ifblk", S_IFBLK); defconstant("s-ifreg", S_IFREG); DEFTYPE("ino-t", ino_t);