Possible bug in socketmodule.c

Farzad FARID (faridf@watson.ibm.com)
10 Jun 1994 14:01:33 GMT

In Modules/socketmodule.c in the sock_listen function, I found:
if (backlog < 1)
backlog == 1;
Is that a bug?

And also by compiling the Modules directory with the -Wall option of
EMX/GCC under OS/2 I get a bunch of warnings, mostly harmless, but some say
something like "function returns void in a non-void-return-type function",
are these warning a problem?

--
Farzad Farid, 38-013. Tel: (914) 945-2175, tie 862-2175
NetDoor/CORE Support.
IBM T.J. Watson Research Center, Yorktown Heights NY.
  *** The opinions expressed here are only mine and not those of IBM ***