Fix prev. so it compiles

This commit is contained in:
dsl 2004-02-14 16:40:22 +00:00
parent ff24ed0023
commit bcaf57b039
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_mmap.c,v 1.80 2004/02/14 12:20:14 jdolecek Exp $ */ /* $NetBSD: uvm_mmap.c,v 1.81 2004/02/14 16:40:22 dsl Exp $ */
/* /*
* Copyright (c) 1997 Charles D. Cranor and Washington University. * Copyright (c) 1997 Charles D. Cranor and Washington University.
@ -51,7 +51,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uvm_mmap.c,v 1.80 2004/02/14 12:20:14 jdolecek Exp $"); __KERNEL_RCSID(0, "$NetBSD: uvm_mmap.c,v 1.81 2004/02/14 16:40:22 dsl Exp $");
#include "opt_compat_netbsd.h" #include "opt_compat_netbsd.h"
@ -77,7 +77,7 @@ __KERNEL_RCSID(0, "$NetBSD: uvm_mmap.c,v 1.80 2004/02/14 12:20:14 jdolecek Exp $
#include <uvm/uvm_device.h> #include <uvm/uvm_device.h>
#ifndef COMPAT_ZERODEV #ifndef COMPAT_ZERODEV
#define COMPAT_ZERODEV (0) #define COMPAT_ZERODEV(dev) (0)
#endif #endif
/* /*