From owner-cvs-sys Sun Dec 7 14:00:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA26305 for cvs-sys-outgoing; Sun, 7 Dec 1997 14:00:36 -0800 (PST) (envelope-from owner-cvs-sys) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA26284; Sun, 7 Dec 1997 14:00:10 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id NAA24312; Sun, 7 Dec 1997 13:56:45 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd024310; Sun Dec 7 13:56:39 1997 Date: Sun, 7 Dec 1997 13:54:12 -0800 (PST) From: Julian Elischer To: Sean Eric Fagan cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_exit.c In-Reply-To: <199712071816.KAA21840@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk how about removing it entirely, and using the at_exit() interface? see at_exit(9) On Sun, 7 Dec 1997, Sean Eric Fagan wrote: > sef 1997/12/07 10:16:45 PST > > Modified files: > sys/kern kern_exit.c > Log: > Surround the call to procfs_exit() by #ifdef PROCFS/#endif -- much to my > surprise, procfs actually is optional, and some people truly do generate > kernels without it. Wow. I built a kernel without 'options PROCFS' and > it compiled and linked. > > Revision Changes Path > 1.62 +5 -1 src/sys/kern/kern_exit.c >