refresh nc(1) support

This commit is contained in:
Brent Cook
2015-12-06 23:32:18 -06:00
parent 5b49c30cbc
commit 905e2a3b80
4 changed files with 17 additions and 14 deletions

View File

@@ -22,6 +22,7 @@
#ifndef HAVE_ARC4RANDOM_BUF
uint32_t arc4random(void);
void arc4random_buf(void *_buf, size_t n);
uint32_t arc4random_uniform(uint32_t upper_bound);
#endif
#ifndef HAVE_REALLOCARRAY