From: Jim Meyering Date: Tue, 18 Feb 1997 15:12:41 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11e498679b6918ad71c5e2733c541fdf69d60f9f;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/strcspn.c b/lib/strcspn.c index 6d0ec8523d..9a191cd172 100644 --- a/lib/strcspn.c +++ b/lib/strcspn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1994, 1996, 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # endif #endif -/* Return the length of the maximum inital segment of S +/* Return the length of the maximum initial segment of S which contains no characters from REJECT. */ int strcspn (s, reject)