diff options
Diffstat (limited to 'dpid')
-rw-r--r-- | dpid/dpid.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dpid/dpid.h b/dpid/dpid.h index 7302356b..0cf89406 100644 --- a/dpid/dpid.h +++ b/dpid/dpid.h @@ -13,6 +13,10 @@ #include "d_size.h" +/* FreeBSD 6.4 doesn't have it */ +#ifndef IPPORT_USERRESERVED + #define IPPORT_USERRESERVED 5000 +#endif #define PATH_LEN 50 #define CMDLEN 20 |