diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-14 09:23:52 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2005-07-14 09:23:52 +0000 |
commit | 72dda31eb571d670a3dbb23c256f2280e01e96b5 (patch) | |
tree | 5792a089e1eb66712e9cc0a2721ef71fcc0225f3 /source/lib/replace/replace.h | |
parent | 421d9fa346198a1a8279a1680ec355f843cfabdf (diff) | |
download | samba-72dda31eb571d670a3dbb23c256f2280e01e96b5.tar.gz samba-72dda31eb571d670a3dbb23c256f2280e01e96b5.tar.xz samba-72dda31eb571d670a3dbb23c256f2280e01e96b5.zip |
r8458: next target is irix - this gets the socket wrapper code building
Diffstat (limited to 'source/lib/replace/replace.h')
-rw-r--r-- | source/lib/replace/replace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index 48e46ba18e9..13cbc9dfe49 100644 --- a/source/lib/replace/replace.h +++ b/source/lib/replace/replace.h @@ -131,4 +131,8 @@ typedef unsigned short u_int16_t; typedef unsigned char u_int8_t; #endif +#ifndef HAVE_SOCKLEN_T +#define socklen_t int +#endif + #endif |