Date: Tue, 18 Nov 1997 04:21:38 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa psm.c Message-ID: <199711181221.EAA29395@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/11/18 04:21:36 PST Modified files: sys/i386/isa psm.c Log: Get select stuff by including <sys/select.h> instead of <sys/proc.h>, and don't include <sys/fcntl.h>. (The select -> poll changes replaced fcntl macros by poll macros.) Use <machine/*.h> instead of <i386/include/*.h>. Fail the probe instead of crashing in the unlikely event that malloc() fails. Revision Changes Path 1.45 +7 -6 src/sys/i386/isa/psm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711181221.EAA29395>