From 11adb5ee6788402b4f2aa3ebdb613a9ca552a12a Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 30 Aug 2000 06:26:42 +0000 Subject: [PATCH] Replace strtok with strsep (strtok is not allowed in libraries) Approved by: markm --- lib/libwrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index 022da441d670..f69be1c8bd27 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -16,7 +16,7 @@ CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \ -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS \ -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \ - -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME + -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME -DUSE_STRSEP .if !defined(NOINET6) CFLAGS+=-DINET6 .endif