From owner-cvs-all Sun Nov 22 01:19:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19419 for cvs-all-outgoing; Sun, 22 Nov 1998 01:19:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19414; Sun, 22 Nov 1998 01:19:03 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA09818; Sun, 22 Nov 1998 01:19:08 -0800 (PST) Date: Sun, 22 Nov 1998 01:19:08 -0800 (PST) Message-Id: <199811220919.BAA09818@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/deadfs dead_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/22 01:19:07 PST Modified files: sys/miscfs/deadfs dead_vnops.c Log: Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixes tcsetpgrp() on controlling terminals that are no longer associated with the session of the calling process, not to mention ioctl.2. Revision Changes Path 1.25 +2 -2 src/sys/miscfs/deadfs/dead_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message