diff options
author | Damien Miller <djm@mindrot.org> | 2000-07-15 14:59:14 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-07-15 14:59:14 +1000 |
commit | ecbb26d3d4490968b5c86e82c286b3d75ad8091e (patch) | |
tree | 7fdcc0ecfa9c8662533cae898dfb2fe787f182e8 /ssh_prng_cmds.in | |
parent | be484b5d9889ca636fecdf1f6b73ddfbe4cce3c9 (diff) | |
download | openssh-git-ecbb26d3d4490968b5c86e82c286b3d75ad8091e.tar.gz |
- Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
- Include floatingpoint.h for entropy.c
- strerror replacement
Diffstat (limited to 'ssh_prng_cmds.in')
-rw-r--r-- | ssh_prng_cmds.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in index df45ed22..d7389d7e 100644 --- a/ssh_prng_cmds.in +++ b/ssh_prng_cmds.in @@ -15,6 +15,7 @@ "netstat -an" @PROG_NETSTAT@ 0.05 "netstat -in" @PROG_NETSTAT@ 0.05 "netstat -rn" @PROG_NETSTAT@ 0.02 +"netstat -pn" @PROG_NETSTAT@ 0.02 "netstat -s" @PROG_NETSTAT@ 0.02 "arp -a -n" @PROG_ARP@ 0.02 |