mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Do the socklen_t typedef in acconfig.h too, so it will remain after
config.h.in is regenerated by autoheader.
This commit is contained in:
parent
53c3d44b9a
commit
9570d04ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ char *strsep(char **, const char *);
|
|||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T
|
||||
typedef socklen_t int
|
||||
typedef int socklen_t
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue