regen.
This commit is contained in:
parent
6c50e54c82
commit
a658e0cd29
|
@ -1,11 +1,11 @@
|
||||||
/* $NetBSD: vnode_if.c,v 1.53 2005/02/26 22:15:10 perry Exp $ */
|
/* $NetBSD: vnode_if.c,v 1.54 2005/10/08 06:15:30 isaki 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.44 2005/02/26 22:14:39 perry Exp
|
* NetBSD: vnode_if.src,v 1.45 2005/09/25 12:50:14 isaki Exp
|
||||||
* by the script:
|
* by the script:
|
||||||
* NetBSD: vnode_if.sh,v 1.38 2005/02/26 22:06:38 perry Exp
|
* NetBSD: vnode_if.sh,v 1.38 2005/02/26 22:06:38 perry Exp
|
||||||
*/
|
*/
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.53 2005/02/26 22:15:10 perry Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.54 2005/10/08 06:15:30 isaki Exp $");
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/* $NetBSD: vnode_if.h,v 1.50 2005/02/26 22:15:27 perry Exp $ */
|
/* $NetBSD: vnode_if.h,v 1.51 2005/10/08 06:15:30 isaki 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.44 2005/02/26 22:14:39 perry Exp
|
* NetBSD: vnode_if.src,v 1.45 2005/09/25 12:50:14 isaki Exp
|
||||||
* by the script:
|
* by the script:
|
||||||
* NetBSD: vnode_if.sh,v 1.38 2005/02/26 22:06:38 perry Exp
|
* NetBSD: vnode_if.sh,v 1.38 2005/02/26 22:06:38 perry Exp
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue