X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstrstr.c;h=42ffcfa8e3d65e187da9f0da461a94705bb437e9;hb=a76a349e949dfad5716eb3893052070b770e949f;hp=c41e90349ff7b96be0cbcfdf2194649f551048b3;hpb=e6228399a12e9a92be1801283dd66ab3909ce0c2;p=gnulib.git diff --git a/lib/strstr.c b/lib/strstr.c index c41e90349..42ffcfa8e 100644 --- a/lib/strstr.c +++ b/lib/strstr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1999, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify @@ -31,7 +31,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #if defined _LIBC || defined HAVE_STRING_H # include #endif -#include typedef unsigned chartype;