From owner-cvs-all Sat Jul 15 15:33:29 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 D63FB37B905; Sat, 15 Jul 2000 15:33:24 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA06738; Sat, 15 Jul 2000 15:33:24 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007152233.PAA06738@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 15 Jul 2000 15:33:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/15 15:33:24 PDT Modified files: sys/i386/linux linux_file.c Log: Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaround is not needed since the FreeBSD native implementation switched from TIOC{G|S}PGRP to FIO{G|S}ETOWN (kern_descrip.c rev 1.55). PR: 16946 Submitted by: Victor Salaman Revision Changes Path 1.39 +8 -50 src/sys/i386/linux/linux_file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message