From owner-cvs-all Sun Aug 15 6:29:43 1999 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 F339D1530C; Sun, 15 Aug 1999 06:29:40 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA21915; Sun, 15 Aug 1999 06:28:36 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199908151328.GAA21915@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 15 Aug 1999 06:28:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/08/15 06:28:36 PDT Modified files: sys/i386/linux linux_misc.c Log: Include opt_compat.h so that COMPAT_43 is defined. This gives us the proper prototypes of o{s|g}etrlimit (from sys/sysproto.h). Update linux_{s|g}etrlimit so that the arguments to o{s|g}etrlimit are corresponding the prototypes. Pointed out by: bde Revision Changes Path 1.62 +15 -10 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message