aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_syscall.h
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2021-11-17 20:12:24 +0000
committerBrooks Davis <brooks@FreeBSD.org>2021-11-17 20:12:24 +0000
commitdbb47e9264da2e11d60cea466a77cf008a387428 (patch)
tree73f6d9f708d1ef307c1ea2854da2fdb02eab32c7 /sys/compat/freebsd32/freebsd32_syscall.h
parentad58266704513b89140501ade9e48793a67cc1f1 (diff)
downloadsrc-dbb47e9264da2e11d60cea466a77cf008a387428.tar.gz
src-dbb47e9264da2e11d60cea466a77cf008a387428.zip
freebsd32: remove freebsd32_recvfrom
The freebsd32_recvfrom() serves no purpose as no arguments require translation. The prototype was mis-declared and the implementation contained (relatively harmless) errors. Reviewed by: kevans
Diffstat (limited to 'sys/compat/freebsd32/freebsd32_syscall.h')
-rw-r--r--sys/compat/freebsd32/freebsd32_syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h
index a52565f6803d..316d3bfd5857 100644
--- a/sys/compat/freebsd32/freebsd32_syscall.h
+++ b/sys/compat/freebsd32/freebsd32_syscall.h
@@ -34,7 +34,7 @@
#define FREEBSD32_SYS_freebsd32_ptrace 26
#define FREEBSD32_SYS_freebsd32_recvmsg 27
#define FREEBSD32_SYS_freebsd32_sendmsg 28
-#define FREEBSD32_SYS_freebsd32_recvfrom 29
+#define FREEBSD32_SYS_recvfrom 29
#define FREEBSD32_SYS_accept 30
#define FREEBSD32_SYS_getpeername 31
#define FREEBSD32_SYS_getsockname 32