summaryrefslogtreecommitdiff
path: root/sys/miscfs/tcfs/tcfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/tcfs/tcfs.h')
-rw-r--r--sys/miscfs/tcfs/tcfs.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/miscfs/tcfs/tcfs.h b/sys/miscfs/tcfs/tcfs.h
index 069539efeb5..0d4872d9c5e 100644
--- a/sys/miscfs/tcfs/tcfs.h
+++ b/sys/miscfs/tcfs/tcfs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfs.h,v 1.4 2002/03/14 01:27:08 millert Exp $ */
+/* $OpenBSD: tcfs.h,v 1.5 2002/06/04 00:00:55 nordin Exp $ */
/*
* Copyright 2000 The TCFS Project at http://tcfs.dia.unisa.it/
* All rights reserved.
@@ -67,13 +67,6 @@ int tcfs_init(struct vfsconf *);
#define BLOCKSIZE 1024
#define SBLOCKSIZE 8
-#define ABS(a) ((a)>=0?(a):(-a))
-
-/* variabili esterne */
-
-
-/* prototyphes */
-
int tcfs_bypass(void *);
int tcfs_open(void *);
int tcfs_getattr(void *);