Date: Sun, 7 Dec 1997 10:16:45 -0800 (PST) From: Sean Eric Fagan <sef@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_exit.c Message-ID: <199712071816.KAA21840@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712071816.KAA21840>