]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - includes/cf/sunos5-5.h
DHCPv6 branch merged to HEAD.
[thirdparty/dhcp.git] / includes / cf / sunos5-5.h
index e9789d60a686c162db4f82e46fe008539b5dd11e..9c1030485cabd10c0e145631ec9fe35065f32349 100644 (file)
@@ -38,6 +38,7 @@
 typedef uint8_t                u_int8_t;
 typedef uint16_t       u_int16_t;
 typedef uint32_t       u_int32_t;
+typedef uint64_t       u_int64_t;
 #else /* Older SunOS has no idea what these things mean. */
 typedef int8_t char
 typedef int16_t short
@@ -95,6 +96,9 @@ extern int h_errno;
 #ifndef _PATH_DHCLIENT_PID
 #define _PATH_DHCLIENT_PID "/etc/dhclient.pid"
 #endif
+#ifndef _PATH_DHCLIENT6_PID
+#define _PATH_DHCLIENT6_PID "/etc/dhclient6.pid"
+#endif
 #ifndef _PATH_DHCRELAY_PID
 #define _PATH_DHCRELAY_PID "/etc/dhcrelay.pid"
 #endif