mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add semicolons to the socklen_t typedefs, thanks again to Michael
Pattrick.
This commit is contained in:
parent
9570d04ea0
commit
e8fdd394e6
2 changed files with 2 additions and 2 deletions
|
|
@ -32,5 +32,5 @@ char *strsep(char **, const char *);
|
|||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T
|
||||
typedef int socklen_t
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -301,5 +301,5 @@ char *strsep(char **, const char *);
|
|||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T
|
||||
typedef int socklen_t
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue