X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemmem.c;h=b1189779ea3a9a6d0eff9ca0c9333eefb417cbf9;hb=0cba35775b73cee99107fba2be2bf62036ad6c0c;hp=7a6e116fc4e3dfa29d32c768fa6681f0f3d70ea9;hpb=ec03ca352064740b271b27e0be2b562b687b4554;p=gnulib.git diff --git a/lib/memmem.c b/lib/memmem.c index 7a6e116fc..b1189779e 100644 --- a/lib/memmem.c +++ b/lib/memmem.c @@ -1,26 +1,25 @@ /* Copyright (C) 1991,92,93,94,96,97,98,2000,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 + the Free Software Foundation; either version 2, or (at your option) + any later version. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include #include #ifndef _LIBC -# define __builtin_expect(expr, val) (expr) +# define __builtin_expect(expr, val) (expr) #endif #undef memmem