From 2dafe8a9f30e2228ab3b2ad01db83b490460ca94 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 3 Apr 2001 06:01:36 +0000 Subject: [PATCH] missig semi-colon --- lib/bind/port_after.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bind/port_after.h.in b/lib/bind/port_after.h.in index 997a81bc7f..a7ad5dc523 100644 --- a/lib/bind/port_after.h.in +++ b/lib/bind/port_after.h.in @@ -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