Fix declaration of sys_nerr. Regards, Olli
I get this after applying your patch, but I think its a problem with my -current. DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c gettext.c -o shared/gettext.o gettext.c:16: conflicting types for `mmap' /usr/include/stdio.h:296: previous declaration of `mmap' gettext.c:454: warning: static declaration for `_gettext' follows non-static *** Error code 1
* David W. Chapman Jr. <dwcjr@inethouston.net> [2002-05-15 16:08]: > I get this after applying your patch, but I think its a problem with my > -current. > DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB > -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 > -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO > -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB > -c gettext.c -o shared/gettext.o > gettext.c:16: conflicting types for `mmap' > /usr/include/stdio.h:296: previous declaration of `mmap' > gettext.c:454: warning: static declaration for `_gettext' follows non-static > *** Error code 1 I am going to retry this at home. Regards, Olli -- Institute for Software Technology & Institute for Information Systems Department of Computing Science, Federal Armed Forces University Munich --------------------------- http://ist.unibw-muenchen.de/People/obraun/
State Changed From-To: open->closed Committed, thanks!