mirror of
https://repo.or.cz/socat.git
synced 2025-07-05 04:36:34 +00:00
Again ported to NetBSD
This commit is contained in:
parent
b5b9ee0031
commit
2ab4b232fc
6 changed files with 43 additions and 3 deletions
3
utils.h
3
utils.h
|
@ -15,6 +15,9 @@ struct wordent {
|
|||
extern void *memrchr(const void *s, int c, size_t n);
|
||||
#endif
|
||||
extern void *memdup(const void *src, size_t n);
|
||||
#if !HAVE_PROTOTYPE_LIB_strndup
|
||||
extern char *strndup(const char *s, size_t n);
|
||||
#endif
|
||||
#if !HAVE_SETENV
|
||||
extern int setenv(const char *name, const char *value, int overwrite);
|
||||
#endif /* !HAVE_SETENV */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue