Warning in system include files.

James M. Cassidy (jcassidy@micro.ee.usm.maine.edu)
Sat, 29 Jun 96 19:30:27 EDT


When I try to compile a C++ program I get a warning from the system header
files that goes like:

/usr/include/g++/streambuf.h: In method `long int streambuf::pubseekoff(long int, enum ios::seek_dir, int = 3)':
In file included from /usr/include/g++/iostream.h:31,
from /usr/include/g++/iomanip.h:31,
from main.cc:4
/usr/include/g++/streambuf.h:351: warning: implicit declaration of function `int _IO_seekoff(...)'
/usr/include/g++/streambuf.h: In method `long int streambuf::pubseekpos(long int, int = 3)':
/usr/include/g++/streambuf.h:353: warning: implicit declaration of function `int _IO_seekpos(...)'

I'm sure other people have come across this in upgrading, but I can't seem
to find a patch from any of the 'release' messages sent with all the libs and
compiling utilities I upgraded. Any have a patch to fix this annoying warning
they could send me or point me where to find one?