diff options
author | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-06-04 00:00:56 +0000 |
---|---|---|
committer | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-06-04 00:00:56 +0000 |
commit | abbac7377fe6d17c12b44669a7353b457ef448bb (patch) | |
tree | ac9ba72a9e62f338d2a6b399c398e2ba2b132a87 /sys/miscfs/tcfs | |
parent | 52484115021cc89da00409130235aa67219dc217 (diff) |
Remove unused #define. ok deraadt@
Diffstat (limited to 'sys/miscfs/tcfs')
-rw-r--r-- | sys/miscfs/tcfs/tcfs.h | 9 |
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 *); |