Date: Tue, 24 Aug 1999 20:01:55 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm.c kvm_private.h Message-ID: <199908250301.UAA60125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/08/24 20:01:55 PDT Modified files: lib/libkvm kvm.c kvm_private.h Log: Don't open the swap file. The open descriptor for it hasn't been used for over 5 years since we switched to using procfs for kvm_uread(). This cleanup was motivated by recent breakage of the default swap file (/dev/drum) when swapon() has not been called. Revision Changes Path 1.10 +0 -8 src/lib/libkvm/kvm.c 1.4 +1 -1 src/lib/libkvm/kvm_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908250301.UAA60125>