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: Juanma Barranquero
Subject: Re: recent commit broke src/dired.c on OSX
Date: Sun, 25 Jul 2010 19:30:48 +0200

On Sun, Jul 25, 2010 at 19:23, Randal L. Schwartz <address@hidden> wrote:

>    -extern DIR *opendir ();
>    -extern struct direct *readdir ();
>    +extern DIR *opendir (char *);
>    +extern struct direct *readdir (DIR *);

> Needs to be backed out, or made more portable.

Sure. I'd prefer to make it more portable (that already compiles on
Windows / MinGW and Ubuntu / GCC).

What is the right prototype in your system? (You didn't attach the
error output, BTW). Could you send a patch with the relevant #ifdef?

    Juanma



reply via email to

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