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 20:04:53 +0200

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

> I was building from the latest git.  I'll have to wait until it catches up.

Just apply the attached patch.

    Juanma



=== modified file 'lib-src/emacsclient.c'
--- lib-src/emacsclient.c       2010-07-25 00:20:51 +0000
+++ lib-src/emacsclient.c       2010-07-25 03:36:54 +0000
@@ -82,7 +82,9 @@

 
 char *getenv (const char *), *getwd (char *);
-char *(getcwd) (char *, int);
+#ifdef HAVE_GETCWD
+char *(getcwd) (char *, size_t);
+#endif

 #ifdef WINDOWSNT
 char *w32_getenv (char *);



reply via email to

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