Gbp-Pq: Name fix-bsd.patch
#define TMPID 0 /* Used for the fake ID */
+#ifndef ENODATA /* not defined on BSD systems */
+#define ENODATA ENOMSG
+#endif
+
/* RDN(s) which can be added even if no suffix exists in the entryrdn index */
const char *rdn_exceptions[] = {
"nsuniqueid=ffffffff-ffffffff-ffffffff-ffffffff",
#define NAME_TCP_KEEPALIVE_INTERVAL "net.ipv4.tcp_keepalive_time"
#endif
+#if defined(IDDS_BSD_SYSCTL)
+#define NAME_TCP_SMALLEST_ANON_PORT "net.inet.ip.portrange.hifirst"
+#define NAME_TCP_KEEPALIVE_INTERVAL "net.inet.tcp.keepintvl"
+#endif
+
#if defined(__sun) || defined(__hpux) || defined(IDDS_LINUX_SYSCTL)
long ndd_tcp_conn_req_max_q = 0;