emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recent commit broke src/dired.c on OSX


From: Jan Djärv
Subject: Re: recent commit broke src/dired.c on OSX
Date: Mon, 26 Jul 2010 08:33:35 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100528 Thunderbird/3.0.5

2010-07-26 05:12, Chad Brown skrev:

! #else /* not HAVE_DIRENT */

   #include <sys/dir.h>
   #include <sys/stat.h>

   #define DIRENTRY struct direct

   extern DIR *opendir (char *);
   extern struct direct *readdir (DIR *);


I don't have a system that uses sys/dir.h, but shouldn't it have prototypes for opendir and readdir? Anybody know of such a system that we still support?

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]