mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
d6fbd26fb8
sparc has the wrong compat version of recv() and recvfrom() for both the
direct syscalls and socketcall().
The direct syscalls just need to use the compat version. For socketcall,
the same thing could be done, but it seems better to completely remove
the custom assembler code for it and just use the same implementation that
everyone else has.
Fixes:
|
||
---|---|---|
.. | ||
boot | ||
configs | ||
crypto | ||
include | ||
kernel | ||
lib | ||
math-emu | ||
mm | ||
net | ||
power | ||
prom | ||
vdso | ||
video | ||
Kbuild | ||
Kconfig | ||
Kconfig.debug | ||
Makefile |