From owner-freebsd-current Tue Jul 23 22:20:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15991 for current-outgoing; Tue, 23 Jul 1996 22:20:27 -0700 (PDT) Received: from gw.itfs.nsk.su (gw.itfs.nsk.su [193.124.36.33]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA15981 for ; Tue, 23 Jul 1996 22:20:19 -0700 (PDT) Received: from itfs.UUCP (uucp@localhost) by gw.itfs.nsk.su (8.6.12/8.6.12) with UUCP id MAA16989 for current@freebsd.org; Wed, 24 Jul 1996 12:20:11 +0700 Received: by itfs.nsk.su; Wed, 24 Jul 96 12:13:23 +0700 (NST) Received: (from daemon@localhost) by news.itfs.nsk.su (8.6.12/8.6.12) id MAA08199; Wed, 24 Jul 1996 12:02:19 +0700 From: nnd@itfs.nsk.su (Nickolay N. Dudorov) To: current@freebsd.org Subject: Current , and POSIX (?) Message-ID: Date: Wed, 24 Jul 1996 05:02:15 GMT Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk There are two (mainly identical) #include s in current to deal with directory entries: and Both of them require #include for compilation. I was told (in qmail-beta mailing list) that by POSIX it is not necessary to include to use . Could someone POSIXly-impaired (:-) confirm that ? BTW, in NetBSD-current(?) contains #include just before #include (I see it in file with /* $NetBSD: dirent.h,v 1.10 1995/12/05 03:09:19 jtc Exp $ */ and * @dirent.h 8.2 (Berkeley) 7/28/94 and in FreeBSD-current there is * @dirent.h 8.1 (Berkeley) 6/8/93 ) N.Dudorov