projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7e1f9
)
anyauthput.c: stdint.h must not be included unconditionally
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 28 Apr 2011 20:14:05 +0000
(22:14 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 28 Apr 2011 20:14:05 +0000
(22:14 +0200)
As it is already included by curlbuild.h if it exists on the platform it
was included here superfluously anyway.
Reported by: Dagobert Michelsen
Bug: http://curl.haxx.se/bug/view.cgi?id=
3294509
docs/examples/anyauthput.c
patch
|
blob
|
history
diff --git
a/docs/examples/anyauthput.c
b/docs/examples/anyauthput.c
index 6b3d74a4b0bc695adae9c686aa520b30f51da482..76fa158532d6ba3ee157610c72b370d195b0253d 100644
(file)
--- a/
docs/examples/anyauthput.c
+++ b/
docs/examples/anyauthput.c
@@
-26,8
+26,6
@@
#else
# ifdef __VMS
typedef int intptr_t;
-# else
-# include <stdint.h>
# endif
# include <unistd.h>
#endif