]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-sunos4.c
added get_host_seed
[ppp.git] / pppd / sys-sunos4.c
index 74c0217ef2908d7c5ae160164b53dc0a42fec180..a9d970ec91c44e1daef2d3b8083156ed29c8e3e9 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: sys-sunos4.c,v 1.8 1997/04/30 05:58:52 paulus Exp $";
+static char rcsid[] = "$Id: sys-sunos4.c,v 1.9 1998/03/25 02:19:29 paulus Exp $";
 #endif
 
 #include <stdio.h>
@@ -1326,6 +1326,15 @@ strioctl(fd, cmd, ptr, ilen, olen)
     return 0;
 }
 
+/*
+ * Use the hostid as part of the random number seed.
+ */
+int
+get_host_seed()
+{
+    return gethostid();
+}
+
 /*
  * Code for locking/unlocking the serial device.
  * This code is derived from chat.c.