From owner-freebsd-current Mon Jun 16 17:53:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA12116 for current-outgoing; Mon, 16 Jun 1997 17:53:35 -0700 (PDT) Received: from freebsd.scds.com (scds.ziplink.net [206.15.128.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA12111 for ; Mon, 16 Jun 1997 17:53:30 -0700 (PDT) Received: (from jseger@localhost) by freebsd.scds.com (8.8.5/8.7.3) id UAA05695 for current@freebsd.org; Mon, 16 Jun 1997 20:02:04 -0400 (EDT) Date: Mon, 16 Jun 1997 20:02:04 -0400 (EDT) From: "Justin M. Seger" Message-Id: <199706170002.UAA05695@freebsd.scds.com> To: current@freebsd.org Subject: problem with sys/dirent.h Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 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.