diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-19 20:06:20 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-19 20:06:20 +0000 |
commit | a523e997c1a51cdd8790b5baa5063f9ae4d337ec (patch) | |
tree | c38e0ea9f178648ec3c5ef20ffa7f24b65fa045b /usr.bin/tcfs/tcfsdefines.h | |
parent | dfe75051c4e14d14e779991125bd2e52b3976c53 (diff) |
add missing headers, declare missing functions remove unused vars, KNF;
more to come.
Diffstat (limited to 'usr.bin/tcfs/tcfsdefines.h')
-rw-r--r-- | usr.bin/tcfs/tcfsdefines.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsdefines.h b/usr.bin/tcfs/tcfsdefines.h index 28dc9d526e9..c56d1ab05db 100644 --- a/usr.bin/tcfs/tcfsdefines.h +++ b/usr.bin/tcfs/tcfsdefines.h @@ -32,5 +32,3 @@ typedef struct { } tcfs_flags; #endif /* _TCFSDEFINES_H_ */ - - |