diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-06-17 20:25:56 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-06-17 20:25:56 +0000 |
commit | 4101354f3e6be5b49e2d61825c2c7cb7901bec22 (patch) | |
tree | 8612e39906950509465ad13ef54daa62b57c09a3 /sys/miscfs/tcfs/tcfs.h | |
parent | b12347c7401e730593586ffb0a6fcae647c52f93 (diff) |
some KNF
Diffstat (limited to 'sys/miscfs/tcfs/tcfs.h')
-rw-r--r-- | sys/miscfs/tcfs/tcfs.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/miscfs/tcfs/tcfs.h b/sys/miscfs/tcfs/tcfs.h index f5f0aae5bdb..e45202db18d 100644 --- a/sys/miscfs/tcfs/tcfs.h +++ b/sys/miscfs/tcfs/tcfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs.h,v 1.2 2000/06/17 17:32:26 provos Exp $ */ +/* $OpenBSD: tcfs.h,v 1.3 2000/06/17 20:25:54 provos Exp $ */ /* * Copyright 2000 The TCFS Project at http://tcfs.dia.unisa.it/ * All rights reserved. @@ -25,9 +25,10 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _TCFS_MOUNT_H_ -#include "tcfs_mount.h" -#endif +#ifndef _TCFS_H_ +#define _TCFS_H_ + +#include <miscfs/tcfs/tcfs_mount.h> #ifdef _KERNEL /* @@ -112,5 +113,4 @@ int tcfs_set_status(struct tcfs_mount *, struct tcfs_args *, int); tcfs_checkgkey((c),(p),(v)) ) #endif /* _KERNEL */ - - +#endif /* _TCFS_H_ */ |