1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-12 22:53:24 +00:00

made it compile and run on SuSE5.2

This commit is contained in:
Gerhard Rieger 2008-10-12 12:01:00 +02:00
parent 75e643ad2d
commit b2d618438a
10 changed files with 95 additions and 21 deletions

View file

@ -120,4 +120,8 @@
typedef unsigned int uint32_t;
#endif
#ifndef HAVE_TYPE_SA_FAMILY_T
typedef uint16_t sa_family_t;
#endif
#endif /* !defined(__xioconfig_h_included) */