Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 1997 20:02:04 -0400 (EDT)
From:      "Justin M. Seger" <jseger@freebsd.scds.com>
To:        current@freebsd.org
Subject:   problem with sys/dirent.h
Message-ID:  <199706170002.UAA05695@freebsd.scds.com>

next in thread | raw e-mail | index | archive | help
I'm running the latest version of current (on June 16) and get this error. 
Can anyone explain?
Thanks in advance,
-Justin Seger-
# cat sys-dirent.c 
#include <sys/dirent.h>
main() {} ;
# cc sys-dirent.c 
In file included from sys-dirent.c:1:
/usr/include/sys/dirent.h:52: parse error before `u_int32_t'
/usr/include/sys/dirent.h:52: warning: no semicolon at end of struct or union
/usr/include/sys/dirent.h:53: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:54: parse error before `d_type'
/usr/include/sys/dirent.h:54: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:55: parse error before `d_namlen'
/usr/include/sys/dirent.h:55: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:62: parse error before `}'

That's it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706170002.UAA05695>