gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 100/208: smb: fix build for djgpp/MSDOS


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 100/208: smb: fix build for djgpp/MSDOS
Date: Wed, 09 Aug 2017 17:34:57 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit f8dba473a8ac0644058c7c12ae9500f45e564d45
Author: Gisle Vanem <address@hidden>
AuthorDate: Tue Jul 4 15:42:33 2017 +0200

    smb: fix build for djgpp/MSDOS
    
    bug: https://curl.haxx.se/mail/lib-2017-07/0005.html
---
 lib/smb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/smb.c b/lib/smb.c
index c2df43b70..45545628a 100644
--- a/lib/smb.c
+++ b/lib/smb.c
@@ -34,7 +34,7 @@
 #include <process.h>
 #ifdef CURL_WINDOWS_APP
 #define getpid GetCurrentProcessId
-#else
+#elif !defined(MSDOS)
 #define getpid _getpid
 #endif
 #endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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