From owner-freebsd-commit Sun Oct 29 03:38:16 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15561 for freebsd-commit-outgoing; Sun, 29 Oct 1995 03:38:16 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15543 for cvs-all-outgoing; Sun, 29 Oct 1995 03:38:07 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15532 for cvs-sys-outgoing; Sun, 29 Oct 1995 03:38:05 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15522 ; Sun, 29 Oct 1995 03:37:58 -0800 Date: Sun, 29 Oct 1995 03:37:58 -0800 From: Bruce Evans Message-Id: <199510291137.DAA15522@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 mem.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/29 03:37:57 Modified: sys/i386/i386 mem.c Log: Fix mmioctl() for !DEVRANDOM case. mmioctl() is a function, not a pointer to a function.