[Geekos-devel] implicit declaration of memset in mem.c
Status: Pre-Alpha
Brought to you by:
daveho
From: Niels S. B. <ni...@di...> - 2001-11-14 21:21:42
|
There seems to be an implicit declaration of memset in mem.c. On my system (redhat 7.2, gcc 2.96), I get a warning and hence compilation fails due to the -Werror compiler option. So maybe string.h should be included in mem.c. \Niels |