regen
This commit is contained in:
parent
e45e5fef43
commit
8299c3166a
@ -1,13 +1,13 @@
|
|||||||
/* $NetBSD: vnode_if.c,v 1.78 2008/07/31 08:42:01 simonb Exp $ */
|
/* $NetBSD: vnode_if.c,v 1.79 2008/11/17 08:56:02 pooka Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Warning: DO NOT EDIT! This file is automatically generated!
|
* Warning: DO NOT EDIT! This file is automatically generated!
|
||||||
* (Modifications made here may easily be lost!)
|
* (Modifications made here may easily be lost!)
|
||||||
*
|
*
|
||||||
* Created from the file:
|
* Created from the file:
|
||||||
* NetBSD: vnode_if.src,v 1.57 2008/01/25 14:32:15 ad Exp
|
* NetBSD: vnode_if.src,v 1.58 2008/11/15 19:08:12 pooka Exp
|
||||||
* by the script:
|
* by the script:
|
||||||
* NetBSD: vnode_if.sh,v 1.48 2008/01/02 11:48:57 ad Exp
|
* NetBSD: vnode_if.sh,v 1.49 2008/05/19 17:06:02 ad Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -40,11 +40,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.78 2008/07/31 08:42:01 simonb Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.79 2008/11/17 08:56:02 pooka Exp $");
|
||||||
|
|
||||||
|
|
||||||
#include "opt_vnode_lockdebug.h"
|
#include "opt_vnode_lockdebug.h"
|
||||||
#include "opt_multiprocessor.h"
|
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
/* $NetBSD: vnode_if.h,v 1.72 2008/01/25 14:32:46 ad Exp $ */
|
/* $NetBSD: vnode_if.h,v 1.73 2008/11/17 08:56:02 pooka Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Warning: DO NOT EDIT! This file is automatically generated!
|
* Warning: DO NOT EDIT! This file is automatically generated!
|
||||||
* (Modifications made here may easily be lost!)
|
* (Modifications made here may easily be lost!)
|
||||||
*
|
*
|
||||||
* Created from the file:
|
* Created from the file:
|
||||||
* NetBSD: vnode_if.src,v 1.57 2008/01/25 14:32:15 ad Exp
|
* NetBSD: vnode_if.src,v 1.58 2008/11/15 19:08:12 pooka Exp
|
||||||
* by the script:
|
* by the script:
|
||||||
* NetBSD: vnode_if.sh,v 1.48 2008/01/02 11:48:57 ad Exp
|
* NetBSD: vnode_if.sh,v 1.49 2008/05/19 17:06:02 ad Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -50,7 +50,7 @@ extern const struct vnodeop_desc vop_default_desc;
|
|||||||
|
|
||||||
|
|
||||||
/* Special cases: */
|
/* Special cases: */
|
||||||
#include <sys/buf.h>
|
struct buf;
|
||||||
#ifndef _KERNEL
|
#ifndef _KERNEL
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user