X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fmemrchr.c;h=984ad52006b80e2ab5c986ba5927839ad8ac80d8;hb=e4faf46844fa3162def723f12a09791e350caabb;hp=a42f2a1e1e5ea895b77faa0b7203dda6a05851df;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;p=debian%2Ftar diff --git a/gnu/memrchr.c b/gnu/memrchr.c index a42f2a1e..984ad520 100644 --- a/gnu/memrchr.c +++ b/gnu/memrchr.c @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* memrchr -- find the last occurrence of a byte in a memory block - Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2010 Free Software + Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2013 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se),