add constant

db4
Doug Coleman 2007-04-14 07:35:29 -05:00
parent e20e981332
commit da3e9c2fb6
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <stdio.h>
#include <sys/event.h>
#if defined(__FreeBSD__)
#define BSD
@ -165,6 +166,8 @@ int main() {
//grovel(fflags_t);
grovel(ssize_t);
grovel(size_t);
grovel(struct kevent);
#ifdef UNIX
unix_types();
unix_constants();