Date: Sun, 8 Mar 1998 20:39:15 -0800 (PST) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen semctl.c Message-ID: <199803090439.UAA05245@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/03/08 20:39:14 PST Modified files: lib/libc/gen semctl.c Log: NetBSD implements semctl using a __semctl syscall instead of the semsys syscall that FreeBSD kernels use. Grumble. So make the call dependent on if __NETBSD_SYSCALLS is defined. Revision Changes Path 1.2 +4 -0 src/lib/libc/gen/semctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803090439.UAA05245>