From: Jim Meyering Date: Tue, 18 Feb 1997 15:13:51 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~228 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=35ec0a08b56ce4ac7d28e6df5b85fd0f443fd2ec;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/memchr.c b/lib/memchr.c index 4448248946..fd57586b9b 100644 --- a/lib/memchr.c +++ b/lib/memchr.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1991, 1993 Free Software Foundation, Inc. - Based on strlen implemention by Torbjorn Granlund (tege@sics.se), +/* Copyright (C) 1991, 1993, 1997 Free Software Foundation, Inc. + Based on strlen implementation by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se) and commentary by Jim Blandy (jimb@ai.mit.edu); adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),