From owner-cvs-all Tue Sep 5 2:35:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F98737B422; Tue, 5 Sep 2000 02:35:40 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA79833; Tue, 5 Sep 2000 02:35:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200009050935.CAA79833@freefall.freebsd.org> From: Peter Wemm Date: Tue, 5 Sep 2000 02:35:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getcwd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/09/05 02:35:40 PDT Modified files: lib/libc/gen getcwd.c Log: Remove the SIGSYS handler and wrapper around the __getcwd() syscall. It was kinda silly since the sigaction() syscall that it used to setup the handler is more recent than __getcwd(), therefore it was useless as the wrapper would have died before even getting as far as __getcwd(2). Reminded by: bde Revision Changes Path 1.19 +11 -40 src/lib/libc/gen/getcwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message