Subject: None
To: None <mynhier@cs.utk.edu>
From: Mike Long <mikel@shore.net>
List: current-users
Date: 01/23/1998 18:27:01
>Date: Fri, 23 Jan 1998 18:06:19 -0500
>From: Chad Mynhier <mynhier@cs.utk.edu>

>all ===> regress/lib/libc/time/strptime
>cc -O  -Werror  -c main.c
>cc1: warnings being treated as errors
>main.c: In function `main':
>main.c:30: warning: type mismatch in implicit declaration for built-in function `memcpy'
>*** Error code 1

Complaints about 'implicit declaration' mean that gcc isn't seeing a
declaration for memcpy().  Either you need to 'make includes' in
/usr/src or the appropriate #include needs to be added to
src/regress/lib/libc/time/strptime/main.c.
-- 
Mike Long <mikel@shore.net>                http://www.shore.net/~mikel
"Every normal man must be tempted at times to spit on his hands,
hoist the black flag, and begin slitting throats." -- H.L. Mencken