summaryrefslogtreecommitdiff
path: root/sys/xfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/xfs')
-rw-r--r--sys/xfs/xfs_attr.h2
-rw-r--r--sys/xfs/xfs_common-bsd.c4
-rw-r--r--sys/xfs/xfs_common.h2
-rw-r--r--sys/xfs/xfs_deb.c2
-rw-r--r--sys/xfs/xfs_deb.h2
-rw-r--r--sys/xfs/xfs_debug.h2
-rw-r--r--sys/xfs/xfs_dev-bsd.c4
-rw-r--r--sys/xfs/xfs_dev-common.c4
-rw-r--r--sys/xfs/xfs_dev.h2
-rw-r--r--sys/xfs/xfs_fs.h2
-rw-r--r--sys/xfs/xfs_locl.h2
-rw-r--r--sys/xfs/xfs_message.c4
-rw-r--r--sys/xfs/xfs_message.h2
-rw-r--r--sys/xfs/xfs_msg_locl.h2
-rw-r--r--sys/xfs/xfs_node-bsd.c4
-rw-r--r--sys/xfs/xfs_node.h2
-rw-r--r--sys/xfs/xfs_syscalls-common.c4
-rw-r--r--sys/xfs/xfs_syscalls.h2
-rw-r--r--sys/xfs/xfs_vfsops-bsd.c4
-rw-r--r--sys/xfs/xfs_vfsops-bsd.h2
-rw-r--r--sys/xfs/xfs_vfsops-common.c4
-rw-r--r--sys/xfs/xfs_vfsops-openbsd.c4
-rw-r--r--sys/xfs/xfs_vfsops.h2
-rw-r--r--sys/xfs/xfs_vnodeops-bsd.c4
-rw-r--r--sys/xfs/xfs_vnodeops-common.c4
-rw-r--r--sys/xfs/xfs_vnodeops.h2
26 files changed, 48 insertions, 26 deletions
diff --git a/sys/xfs/xfs_attr.h b/sys/xfs/xfs_attr.h
index a1a921ea7f8..29057b04a46 100644
--- a/sys/xfs/xfs_attr.h
+++ b/sys/xfs/xfs_attr.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_attr.h,v 1.3 2000/03/03 00:54:57 todd Exp $ */
/*
* Copyright (c) 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_attr.h,v 1.2 1999/04/30 01:58:59 art Exp $ */
#ifndef _XFS_ATTR_H
#define _XFS_ATTR_H
diff --git a/sys/xfs/xfs_common-bsd.c b/sys/xfs/xfs_common-bsd.c
index a157cbfd939..ce9c86b0c07 100644
--- a/sys/xfs/xfs_common-bsd.c
+++ b/sys/xfs/xfs_common-bsd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_common-bsd.c,v 1.2 2000/03/03 00:54:57 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -41,7 +43,7 @@
#include <xfs/xfs_common.h>
#include <xfs/xfs_deb.h>
-RCSID("$Id: xfs_common-bsd.c,v 1.1 1999/04/30 01:58:59 art Exp $");
+RCSID("$OpenBSD: xfs_common-bsd.c,v 1.2 2000/03/03 00:54:57 todd Exp $");
static u_int xfs_allocs;
static u_int xfs_frees;
diff --git a/sys/xfs/xfs_common.h b/sys/xfs/xfs_common.h
index 4193434a3e6..97ed1a8dba1 100644
--- a/sys/xfs/xfs_common.h
+++ b/sys/xfs/xfs_common.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_common.h,v 1.4 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_common.h,v 1.3 1999/04/30 01:58:59 art Exp $ */
#ifndef _xfs_common_h
#define _xfs_common_h
diff --git a/sys/xfs/xfs_deb.c b/sys/xfs/xfs_deb.c
index 2e838360af7..f6891e93154 100644
--- a/sys/xfs/xfs_deb.c
+++ b/sys/xfs/xfs_deb.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_deb.c,v 1.3 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -39,7 +40,6 @@
#include <xfs/xfs_deb.h>
#include <xfs/xfs_debug.h>
-/* $Id: xfs_deb.c,v 1.2 1999/04/30 01:59:00 art Exp $ */
/* X is on */
#define X(y) y
diff --git a/sys/xfs/xfs_deb.h b/sys/xfs/xfs_deb.h
index dcfb21f97d9..88073ff9794 100644
--- a/sys/xfs/xfs_deb.h
+++ b/sys/xfs/xfs_deb.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_deb.h,v 1.4 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_deb.h,v 1.3 1999/04/30 01:59:00 art Exp $ */
#ifndef _xfs_deb_h
#define _xfs_deb_h
diff --git a/sys/xfs/xfs_debug.h b/sys/xfs/xfs_debug.h
index 04201a25b85..dd008204081 100644
--- a/sys/xfs/xfs_debug.h
+++ b/sys/xfs/xfs_debug.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_debug.h,v 1.2 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_debug.h,v 1.1 1999/04/30 01:59:00 art Exp $ */
#ifndef __XFS_DEBUG_H
#define __XFS_DEBUG_H
diff --git a/sys/xfs/xfs_dev-bsd.c b/sys/xfs/xfs_dev-bsd.c
index b7c7ddf9f1d..86af610ba85 100644
--- a/sys/xfs/xfs_dev-bsd.c
+++ b/sys/xfs/xfs_dev-bsd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_dev-bsd.c,v 1.2 2000/03/03 00:54:58 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -43,7 +45,7 @@
#include <xfs/xfs_dev.h>
#include <xfs/xfs_deb.h>
-RCSID("$Id: xfs_dev-bsd.c,v 1.1 1999/04/30 01:59:00 art Exp $");
+RCSID("$OpenBSD: xfs_dev-bsd.c,v 1.2 2000/03/03 00:54:58 todd Exp $");
int
xfs_devopen(dev_t dev, int flag, int devtype, struct proc *proc)
diff --git a/sys/xfs/xfs_dev-common.c b/sys/xfs/xfs_dev-common.c
index d1ab98d67d8..d9e5af3fcd6 100644
--- a/sys/xfs/xfs_dev-common.c
+++ b/sys/xfs/xfs_dev-common.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_dev-common.c,v 1.2 2000/03/03 00:54:58 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -44,7 +46,7 @@
#include <xfs/xfs_dev.h>
#include <xfs/xfs_deb.h>
-RCSID("$Id: xfs_dev-common.c,v 1.1 1999/04/30 01:59:00 art Exp $");
+RCSID("$OpenBSD: xfs_dev-common.c,v 1.2 2000/03/03 00:54:58 todd Exp $");
struct xfs_channel xfs_channel[NXFS];
diff --git a/sys/xfs/xfs_dev.h b/sys/xfs/xfs_dev.h
index 095d004976d..89a1b38ed98 100644
--- a/sys/xfs/xfs_dev.h
+++ b/sys/xfs/xfs_dev.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_dev.h,v 1.4 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_dev.h,v 1.3 1999/04/30 01:59:00 art Exp $ */
#ifndef _xfs_dev_h
#define _xfs_dev_h
diff --git a/sys/xfs/xfs_fs.h b/sys/xfs/xfs_fs.h
index 51f9bb4dbcd..06bc2dd42b4 100644
--- a/sys/xfs/xfs_fs.h
+++ b/sys/xfs/xfs_fs.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_fs.h,v 1.4 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_fs.h,v 1.3 1999/04/30 01:59:00 art Exp $ */
#ifndef _xfs_h
#define _xfs_h
diff --git a/sys/xfs/xfs_locl.h b/sys/xfs/xfs_locl.h
index c87c4c92b9c..bf23a6577ff 100644
--- a/sys/xfs/xfs_locl.h
+++ b/sys/xfs/xfs_locl.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_locl.h,v 1.2 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_locl.h,v 1.1 1999/04/30 01:59:00 art Exp $ */
#if 1 /* XXX - ugly hack */
#include <xfs/xfs_config.h>
diff --git a/sys/xfs/xfs_message.c b/sys/xfs/xfs_message.c
index 2c6bcb43a4b..7e64ab6576a 100644
--- a/sys/xfs/xfs_message.c
+++ b/sys/xfs/xfs_message.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_message.c,v 1.6 2000/03/03 00:54:58 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -45,7 +47,7 @@
#include <xfs/xfs_vfsops.h>
#include <xfs/xfs_vnodeops.h>
-RCSID("$Id: xfs_message.c,v 1.5 1999/06/03 19:49:38 art Exp $");
+RCSID("$OpenBSD: xfs_message.c,v 1.6 2000/03/03 00:54:58 todd Exp $");
int
xfs_message_installroot(int fd,
diff --git a/sys/xfs/xfs_message.h b/sys/xfs/xfs_message.h
index d3741a1d3bd..16e1ca71a1f 100644
--- a/sys/xfs/xfs_message.h
+++ b/sys/xfs/xfs_message.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_message.h,v 1.3 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_message.h,v 1.2 1999/04/30 01:59:00 art Exp $ */
#ifndef _xmsg_h
#define _xmsg_h
diff --git a/sys/xfs/xfs_msg_locl.h b/sys/xfs/xfs_msg_locl.h
index b552e8c148f..30abc31337d 100644
--- a/sys/xfs/xfs_msg_locl.h
+++ b/sys/xfs/xfs_msg_locl.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_msg_locl.h,v 1.4 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_msg_locl.h,v 1.3 1999/04/30 01:59:00 art Exp $ */
#ifndef _xfs_msg_locl_h
#define _xfs_msg_locl_h
diff --git a/sys/xfs/xfs_node-bsd.c b/sys/xfs/xfs_node-bsd.c
index 71d1b8faae1..7205fd5e1b1 100644
--- a/sys/xfs/xfs_node-bsd.c
+++ b/sys/xfs/xfs_node-bsd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_node-bsd.c,v 1.2 2000/03/03 00:54:58 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -41,7 +43,7 @@
#include <xfs/xfs_fs.h>
#include <xfs/xfs_deb.h>
-RCSID("$Id: xfs_node-bsd.c,v 1.1 1999/04/30 01:59:00 art Exp $");
+RCSID("$OpenBSD: xfs_node-bsd.c,v 1.2 2000/03/03 00:54:58 todd Exp $");
extern vop_t **xfs_vnodeop_p;
diff --git a/sys/xfs/xfs_node.h b/sys/xfs/xfs_node.h
index a77ab61d993..dec3b0acc19 100644
--- a/sys/xfs/xfs_node.h
+++ b/sys/xfs/xfs_node.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_node.h,v 1.5 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_node.h,v 1.4 1999/04/30 01:59:01 art Exp $ */
#ifndef _xfs_xnode_h
#define _xfs_xnode_h
diff --git a/sys/xfs/xfs_syscalls-common.c b/sys/xfs/xfs_syscalls-common.c
index 6dc34eb611e..ce26bf82d87 100644
--- a/sys/xfs/xfs_syscalls-common.c
+++ b/sys/xfs/xfs_syscalls-common.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_syscalls-common.c,v 1.2 2000/03/03 00:54:58 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -38,7 +40,7 @@
#include <xfs/xfs_locl.h>
-RCSID("$Id: xfs_syscalls-common.c,v 1.1 1999/04/30 01:59:01 art Exp $");
+RCSID("$OpenBSD: xfs_syscalls-common.c,v 1.2 2000/03/03 00:54:58 todd Exp $");
/*
* XFS system calls.
diff --git a/sys/xfs/xfs_syscalls.h b/sys/xfs/xfs_syscalls.h
index 2ebdaa17674..4b5470c635d 100644
--- a/sys/xfs/xfs_syscalls.h
+++ b/sys/xfs/xfs_syscalls.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_syscalls.h,v 1.4 2000/03/03 00:54:58 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_syscalls.h,v 1.3 1999/04/30 01:59:01 art Exp $ */
#ifndef __xfs_syscalls
#define __xfs_syscalls
diff --git a/sys/xfs/xfs_vfsops-bsd.c b/sys/xfs/xfs_vfsops-bsd.c
index 745eea9d4c2..e35ccb4f790 100644
--- a/sys/xfs/xfs_vfsops-bsd.c
+++ b/sys/xfs/xfs_vfsops-bsd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_vfsops-bsd.c,v 1.4 2000/03/03 00:54:59 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -38,7 +40,7 @@
#include <xfs/xfs_locl.h>
-RCSID("$Id: xfs_vfsops-bsd.c,v 1.3 2000/02/07 04:57:19 assar Exp $");
+RCSID("$OpenBSD: xfs_vfsops-bsd.c,v 1.4 2000/03/03 00:54:59 todd Exp $");
/*
* XFS vfs operations.
diff --git a/sys/xfs/xfs_vfsops-bsd.h b/sys/xfs/xfs_vfsops-bsd.h
index e2582d34364..401a2a82075 100644
--- a/sys/xfs/xfs_vfsops-bsd.h
+++ b/sys/xfs/xfs_vfsops-bsd.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_vfsops-bsd.h,v 1.3 2000/03/03 00:54:59 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_vfsops-bsd.h,v 1.2 2000/02/07 04:57:19 assar Exp $ */
#ifndef _xfs_vfsops_bsd_h
#define _xfs_vfsops_bsd_h
diff --git a/sys/xfs/xfs_vfsops-common.c b/sys/xfs/xfs_vfsops-common.c
index 8f1210cbc9c..e7727c7da60 100644
--- a/sys/xfs/xfs_vfsops-common.c
+++ b/sys/xfs/xfs_vfsops-common.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_vfsops-common.c,v 1.2 2000/03/03 00:54:59 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -38,7 +40,7 @@
#include <xfs/xfs_locl.h>
-RCSID("$Id: xfs_vfsops-common.c,v 1.1 1999/04/30 01:59:01 art Exp $");
+RCSID("$OpenBSD: xfs_vfsops-common.c,v 1.2 2000/03/03 00:54:59 todd Exp $");
/*
* XFS vfs operations.
diff --git a/sys/xfs/xfs_vfsops-openbsd.c b/sys/xfs/xfs_vfsops-openbsd.c
index 8c4ddc58e28..1da0cb180ab 100644
--- a/sys/xfs/xfs_vfsops-openbsd.c
+++ b/sys/xfs/xfs_vfsops-openbsd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_vfsops-openbsd.c,v 1.3 2000/03/03 00:54:59 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -38,7 +40,7 @@
#include <xfs/xfs_locl.h>
-RCSID("$Id: xfs_vfsops-openbsd.c,v 1.2 2000/02/07 04:57:19 assar Exp $");
+RCSID("$OpenBSD: xfs_vfsops-openbsd.c,v 1.3 2000/03/03 00:54:59 todd Exp $");
#include <xfs/xfs_common.h>
#include <xfs/xfs_message.h>
diff --git a/sys/xfs/xfs_vfsops.h b/sys/xfs/xfs_vfsops.h
index 55a5ff1c175..35c2f2b4b0d 100644
--- a/sys/xfs/xfs_vfsops.h
+++ b/sys/xfs/xfs_vfsops.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_vfsops.h,v 1.2 2000/03/03 00:54:59 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_vfsops.h,v 1.1 1999/04/30 01:59:01 art Exp $ */
#ifndef _xfs_vfsops_h
#define _xfs_vfsops_h
diff --git a/sys/xfs/xfs_vnodeops-bsd.c b/sys/xfs/xfs_vnodeops-bsd.c
index 01b1f096a81..d4495d04321 100644
--- a/sys/xfs/xfs_vnodeops-bsd.c
+++ b/sys/xfs/xfs_vnodeops-bsd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_vnodeops-bsd.c,v 1.2 2000/03/03 00:54:59 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -51,7 +53,7 @@
#include <vm/vm.h>
#include <vm/vnode_pager.h>
-RCSID("$Id: xfs_vnodeops-bsd.c,v 1.1 1999/04/30 01:59:01 art Exp $");
+RCSID("$OpenBSD: xfs_vnodeops-bsd.c,v 1.2 2000/03/03 00:54:59 todd Exp $");
/*
* vnode functions
diff --git a/sys/xfs/xfs_vnodeops-common.c b/sys/xfs/xfs_vnodeops-common.c
index 584785cd2dd..0fae847867d 100644
--- a/sys/xfs/xfs_vnodeops-common.c
+++ b/sys/xfs/xfs_vnodeops-common.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xfs_vnodeops-common.c,v 1.3 2000/03/03 00:54:59 todd Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -49,7 +51,7 @@
#include <xfs/xfs_syscalls.h>
#include <xfs/xfs_vnodeops.h>
-RCSID("$Id: xfs_vnodeops-common.c,v 1.2 1999/06/03 19:49:37 art Exp $");
+RCSID("$OpenBSD: xfs_vnodeops-common.c,v 1.3 2000/03/03 00:54:59 todd Exp $");
int
xfs_open_valid(struct vnode * vp, struct ucred * cred, u_int tok)
diff --git a/sys/xfs/xfs_vnodeops.h b/sys/xfs/xfs_vnodeops.h
index c608f6669b1..1838fd388f8 100644
--- a/sys/xfs/xfs_vnodeops.h
+++ b/sys/xfs/xfs_vnodeops.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: xfs_vnodeops.h,v 1.2 2000/03/03 00:54:59 todd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -36,7 +37,6 @@
* SUCH DAMAGE.
*/
-/* $Id: xfs_vnodeops.h,v 1.1 1999/04/30 01:59:02 art Exp $ */
#ifndef _xfs_vnodeops_h
#define _xfs_vnodeops_h