diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-20 08:01:22 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-20 08:01:22 +0000 |
commit | 5a2a065d975f20772c7f199ab218c16f41739d85 (patch) | |
tree | 805da2e37bb2be3430a68671fcbd84f50a9dd11a | |
parent | 776a1f06ae8b7106a529b3cbf5c4b3c5e70dfcb9 (diff) |
weird. missing OpenBSD tags.
-rw-r--r-- | usr.bin/tcfs/Makefile.inc | 2 | ||||
-rw-r--r-- | usr.bin/tcfs/tcfstat.c | 2 | ||||
-rw-r--r-- | usr.bin/tcfs/tcfsuse.c | 2 | ||||
-rw-r--r-- | usr.bin/tcfs/unix_auth.c | 2 | ||||
-rw-r--r-- | usr.bin/tcfs/uuencode.h | 2 |
5 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/tcfs/Makefile.inc b/usr.bin/tcfs/Makefile.inc index 12a4fcba977..7bf729f4316 100644 --- a/usr.bin/tcfs/Makefile.inc +++ b/usr.bin/tcfs/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2000/06/20 07:58:55 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2000/06/20 08:01:20 fgsch Exp $ CFLAGS+= -I${.CURDIR}/.. diff --git a/usr.bin/tcfs/tcfstat.c b/usr.bin/tcfs/tcfstat.c index 469ea7bbd2f..d7b8c068e17 100644 --- a/usr.bin/tcfs/tcfstat.c +++ b/usr.bin/tcfs/tcfstat.c @@ -1,3 +1,5 @@ +/* $OpenBSD: tcfstat.c,v 1.6 2000/06/20 08:01:20 fgsch Exp $ */ + /* * Transparent Cryptographic File System (TCFS) for NetBSD * Author and mantainer: Luigi Catuogno [luicat@tcfs.unisa.it] diff --git a/usr.bin/tcfs/tcfsuse.c b/usr.bin/tcfs/tcfsuse.c index 50e2c6804e1..28f63e7d37b 100644 --- a/usr.bin/tcfs/tcfsuse.c +++ b/usr.bin/tcfs/tcfsuse.c @@ -1,3 +1,5 @@ +/* $OpenBSD: tcfsuse.c,v 1.4 2000/06/20 08:01:21 fgsch Exp $ */ + /* * Copyright 2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. diff --git a/usr.bin/tcfs/unix_auth.c b/usr.bin/tcfs/unix_auth.c index 6f7ea0b5f1f..891851610d7 100644 --- a/usr.bin/tcfs/unix_auth.c +++ b/usr.bin/tcfs/unix_auth.c @@ -1,3 +1,5 @@ +/* $OpenBSD: unix_auth.c,v 1.4 2000/06/20 08:01:21 fgsch Exp $ */ + /* * Transparent Cryptographic File System (TCFS) for NetBSD * Author and mantainer: Luigi Catuogno [luicat@tcfs.unisa.it] diff --git a/usr.bin/tcfs/uuencode.h b/usr.bin/tcfs/uuencode.h index 74fcf64ff99..e2333c7dcac 100644 --- a/usr.bin/tcfs/uuencode.h +++ b/usr.bin/tcfs/uuencode.h @@ -1,3 +1,5 @@ +/* $OpenBSD: uuencode.h,v 1.2 2000/06/20 08:01:21 fgsch Exp $ */ + #ifndef UUENCODE_H #define UUENCODE_H #include <sys/types.h> |