]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missig semi-colon
authorMark Andrews <marka@isc.org>
Tue, 3 Apr 2001 06:01:36 +0000 (06:01 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Apr 2001 06:01:36 +0000 (06:01 +0000)
lib/bind/port_after.h.in

index 997a81bc7f3e8570d7702ee56e0980908a00109a..a7ad5dc52323c4871a4bc5d6cf4bd0732692fec7 100644 (file)
@@ -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