From owner-cvs-all Sat Jan 29 4:45:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22205165FE; Sat, 29 Jan 2000 04:45:37 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA03501; Sat, 29 Jan 2000 04:45:37 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200001291245.EAA03501@freefall.freebsd.org> From: Peter Wemm Date: Sat, 29 Jan 2000 04:45:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 2000/01/29 04:45:37 PST Modified files: sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c Log: Regen after pointing to the real setres[ug]id(). Remove dummy function. (Note: getres[ug]id is still a dummy as it returns via pointers to a different sized integer and does need real wrappers.) Revision Changes Path 1.21 +1 -3 src/sys/i386/linux/linux_dummy.c 1.32 +4 -12 src/sys/i386/linux/linux_proto.h 1.27 +3 -3 src/sys/i386/linux/linux_syscall.h 1.33 +4 -4 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message