projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c6713
)
no include, no const in strdup
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 30 Nov 2001 09:29:31 +0000
(09:29 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 30 Nov 2001 09:29:31 +0000
(09:29 +0000)
src/config-mac.h
patch
|
blob
|
history
diff --git
a/src/config-mac.h
b/src/config-mac.h
index
949a22f
..
9e8daf0
100644
(file)
--- a/
src/config-mac.h
+++ b/
src/config-mac.h
@@
-1,6
+1,4
@@
-#include "GUSICommandLine.h"
-
#define main(x,y) curl_main(x,y)
/* we provide our own strdup prototype */
-char *strdup(c
onst c
har *s1);
+char *strdup(char *s1);