From 058eca1b43e737259a52fb82713eaf686b961324 Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 19 Oct 2002 13:41:22 +0000 Subject: [PATCH] C89 does not specifiy strsep(), so our strsep() implementation cannot conform to it. Obtained from: OpenBSD --- lib/libc/string/string.3 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index dac9096d6847..2be58b8063c2 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -151,7 +151,6 @@ The .Fn strerror , .Fn strlen , .Fn strpbrk , -.Fn strsep , .Fn strspn , .Fn strcspn , .Fn strstr ,