diff options
author | 1998-11-15 17:15:01 +0000 | |
---|---|---|
committer | 1998-11-15 17:15:01 +0000 | |
commit | abcc52fde22f9d3122876cf0570f4af68e87ad3b (patch) | |
tree | a64bc3ae92f297d020e97d5b422187b39c48b24a | |
parent | GC unnecessary declaration (diff) | |
download | wireguard-openbsd-abcc52fde22f9d3122876cf0570f4af68e87ad3b.tar.xz wireguard-openbsd-abcc52fde22f9d3122876cf0570f4af68e87ad3b.zip |
indent
-rw-r--r-- | sys/sys/vnode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index f7e2f45e1c0..9485d7012bd 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vnode.h,v 1.17 1998/09/06 01:44:08 art Exp $ */ +/* $OpenBSD: vnode.h,v 1.18 1998/11/15 17:15:01 art Exp $ */ /* $NetBSD: vnode.h,v 1.38 1996/02/29 20:59:05 cgd Exp $ */ /* @@ -108,8 +108,8 @@ struct vnode { int v_clen; /* length of current cluster */ int v_ralen; /* Read-ahead length */ daddr_t v_maxra; /* last readahead block */ - struct simplelock v_interlock; /* lock on usecount and flag */ - struct lock *v_vnlock; /* used for non-locking fs's */ + struct simplelock v_interlock; /* lock on usecount and flag */ + struct lock *v_vnlock; /* used for non-locking fs's */ long v_spare[3]; /* round to 128 bytes */ enum vtagtype v_tag; /* type of underlying data */ void *v_data; /* private data for fs */ |