Skip to content

Commit

Permalink
freebsd32: generate from sys/kern/syscalls.master
Browse files Browse the repository at this point in the history
This avoids the need to keep a freebsd32-specific syscalls.master
in sync with the default ABI.  As evidenced by the number of commits
required to sync the two, it is extremely easy for them to get out
of sync due to misunderstandings and user errors.

Reviewed by:	kevans, kib
  • Loading branch information
brooksdavis committed Nov 22, 2021
1 parent 799ce8b commit be67ea4
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 1,917 deletions.
2 changes: 1 addition & 1 deletion sys/compat/freebsd32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# $FreeBSD$

GENERATED_PREFIX= freebsd32_
CAPABILITIES_CONF= capabilities.conf
SYSENT_FILE= ${SYSDIR}/kern/syscalls.master

.include "../../conf/sysent.mk"
Loading

0 comments on commit be67ea4

Please sign in to comment.