git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix Solaris build
[users/jgh/exim.git]
/
src
/
OS
/
os.h-HP-UX
diff --git
a/src/OS/os.h-HP-UX
b/src/OS/os.h-HP-UX
index 05fc88ffee6ebafec26c91bc4f27d2c2d0dea730..87e4dfc97758d829ba9a96c7371761418dd302ed 100644
(file)
--- a/
src/OS/os.h-HP-UX
+++ b/
src/OS/os.h-HP-UX
@@
-17,4
+17,11
@@
typedef struct flock flock_t;
typedef struct flock flock_t;
+typedef struct __res_state *res_state;
+
+#define LLONG_MIN LONG_LONG_MIN
+#define LLONG_MAX LONG_LONG_MAX
+
+#define strtoll(a,b,c) strtoimax(a,b,c)
+
/* End */
/* End */