>on linking something with libX11 I got the warnings > >/usr/X11R6/lib/libX11.so.16.1: warning: warning: strcpy() is almost always >misused, please use strlcpy() >/usr/X11R6/lib/libX11.so.16.1: warning: warning: strcat() is almost always >misused, please use strlcat() >/usr/X11R6/lib/libX11.so.16.1: warning: warning: sprintf() is often misused, >please use snprintf() > >I am surprised that OpenBSD had not cleaned it's own libs. Or is libX11(.so) >not used by OpenBSD itself?
X11 is not our library. It comes from upstream. There are too few of us, we cannot take on every problem. Feel free to work with the upstream to resolve that. Good luck.