mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 02:00:00 -04:00
missig semi-colon
This commit is contained in:
parent
b0d36cc22b
commit
2dafe8a9f3
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ int daemon(int nochdir, int noclose);
|
|||
#endif
|
||||
|
||||
#ifdef NEED_STRSEP
|
||||
char * strsep(char **stringp, const char *delim)
|
||||
char * strsep(char **stringp, const char *delim);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue