Date: Sun, 9 May 1999 16:22:27 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <199905092322.QAA43833@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 1999/05/09 16:22:26 PDT Modified files: (Branch: RELENG_3) sys/vm vm_map.c Log: MFC: Two OBJ_ONEMAPPING maintenance changes: 1. Fix a non-fatal bug in vm_map_insert (from 1.149). 2. Remove pointless maintenance in vm_map_remove (from 1.160). Remove pointless comparisons from vm_map_simplify_entry (from 1.146). Remove an incorrect comment (from 1.159) and an unused variable (from 1.155). Revision Changes Path 1.139.2.6 +15 -27 src/sys/vm/vm_map.c 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?199905092322.QAA43833>