Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
c063c7b8
Commit
c063c7b8
authored
Sep 07, 2006
by
Nick Mathewson
⛰
Browse files
r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400
Fix more compile warnings on Woody. svn:r8349
parent
8a12d9ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
c063c7b8
...
...
@@ -502,6 +502,8 @@ AC_CHECK_SIZEOF(__int64)
AC_CHECK_SIZEOF(void *)
AC_CHECK_SIZEOF(time_t)
AC_CHECK_TYPES([uint, u_char])
if test -z "$CROSS_COMPILE"; then
AC_CACHE_CHECK([whether time_t is signed], tor_cv_time_t_signed, [
AC_TRY_RUN([
...
...
src/or/eventdns_tor.h
View file @
c063c7b8
#include
"orconfig.h"
#define DNS_USE_OPENSSL_FOR_ID
#ifndef HAVE_UINT
typedef
unsigned
int
uint
;
#endif
#ifndef HAVE_U_CHAR
typedef
unsigned
char
u_char
;
#endif
#ifdef MS_WINDOWS
#define inline __inline
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment