1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 22:49:02 +00:00

Add semicolons to the socklen_t typedefs, thanks again to Michael

Pattrick.
This commit is contained in:
david
2010-01-14 06:04:17 +00:00
parent 9570d04ea0
commit e8fdd394e6
2 changed files with 2 additions and 2 deletions

View File

@@ -301,5 +301,5 @@ char *strsep(char **, const char *);
#endif
#ifndef HAVE_SOCKLEN_T
typedef int socklen_t
typedef int socklen_t;
#endif