The module also needs the syscall for old dup3.

This commit is contained in:
mlelstv 2024-05-29 06:47:23 +00:00
parent 256d995a31
commit 38f30d04ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2023/09/05 14:49:46 christos Exp $ # $NetBSD: Makefile,v 1.3 2024/05/29 06:47:23 mlelstv Exp $
.include "../Makefile.inc" .include "../Makefile.inc"
@ -8,6 +8,6 @@ KMOD= compat_100
CPPFLAGS+= -DCOMPAT_100 CPPFLAGS+= -DCOMPAT_100
SRCS+= compat_100_mod.c kern_event_100.c SRCS+= compat_100_mod.c kern_event_100.c sys_descrip_100.c
.include <bsd.kmodule.mk> .include <bsd.kmodule.mk>