diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-14 09:23:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:05 -0500 |
commit | c4173f67255f1c620d944bf68d34d577ab433ef1 (patch) | |
tree | 9b47ee90149e788424178c53cd00010dfe461584 /source4/lib | |
parent | 0fedba63426fdc88db8f57682c8464c42c636e12 (diff) | |
download | samba-c4173f67255f1c620d944bf68d34d577ab433ef1.tar.gz samba-c4173f67255f1c620d944bf68d34d577ab433ef1.tar.bz2 samba-c4173f67255f1c620d944bf68d34d577ab433ef1.zip |
r8458: next target is irix - this gets the socket wrapper code building
(This used to be commit 3d4a2221c3e032bbb6c23d132e00588f44f5e2ed)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/replace/replace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index 48e46ba18e..13cbc9dfe4 100644 --- a/source4/lib/replace/replace.h +++ b/source4/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 |