diff options
author | 2015-09-12 12:42:36 +0000 | |
---|---|---|
committer | 2015-09-12 12:42:36 +0000 | |
commit | ce2fc43e9a1994097a11ca26480e32b2f6f08d9e (patch) | |
tree | 4c78e566b916a9a18ecd2120a464deb51a3f5bf6 /usr.sbin/pppd/sys-bsd.c | |
parent | Uncopy and unpaste dtls1_send_client_key_exchange() - the (diff) | |
download | wireguard-openbsd-ce2fc43e9a1994097a11ca26480e32b2f6f08d9e.tar.xz wireguard-openbsd-ce2fc43e9a1994097a11ca26480e32b2f6f08d9e.zip |
Remove dead get_host_seed() function; Martin Natano
Diffstat (limited to 'usr.sbin/pppd/sys-bsd.c')
-rw-r--r-- | usr.sbin/pppd/sys-bsd.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index a13ed05b4a6..5d9b949e6fa 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys-bsd.c,v 1.26 2009/10/27 23:59:53 deraadt Exp $ */ +/* $OpenBSD: sys-bsd.c,v 1.27 2015/09/12 12:42:36 miod Exp $ */ /* * sys-bsd.c - System-dependent procedures for setting up @@ -1440,15 +1440,6 @@ GetMask(addr) } /* - * Use the hostid as part of the random number seed. - */ -int -get_host_seed() -{ - return gethostid(); -} - -/* * lock - create a lock file for the named lock device */ #define LOCK_PREFIX "/var/spool/lock/LCK.." |