- add missing initializer

- correct function decl.
This commit is contained in:
christos 2006-09-03 05:04:57 +00:00
parent 93582079db
commit 7de21598de
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rrunner.c,v 1.54 2006/07/21 16:48:49 ad Exp $ */
/* $NetBSD: rrunner.c,v 1.55 2006/09/03 05:04:57 christos Exp $ */
/*
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rrunner.c,v 1.54 2006/07/21 16:48:49 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: rrunner.c,v 1.55 2006/09/03 05:04:57 christos Exp $");
#include "opt_inet.h"
#include "opt_ns.h"
@ -143,6 +143,7 @@ const struct cdevsw esh_cdevsw = {
nommap,
#endif
nullkqfilter,
D_OTHER,
};
/* General routines, not externally visable */
@ -3639,6 +3640,7 @@ esh_dma_sync(sc, mem, start, end, entries, size, do_equal, ops)
void *mem;
int start;
int end;
int entries;
int size;
int do_equal;
int ops;