diff options
author | 2000-06-20 08:01:20 +0000 | |
---|---|---|
committer | 2000-06-20 08:01:20 +0000 | |
commit | fb22ce4bdb652281b89097a2754b5bbf57a05864 (patch) | |
tree | c305aaa7edd23597a625fd82fcda1b7d61a4baee | |
parent | add openbsd tags. rearrange headers as per style(9) and indent. (diff) | |
download | wireguard-openbsd-fb22ce4bdb652281b89097a2754b5bbf57a05864.tar.xz wireguard-openbsd-fb22ce4bdb652281b89097a2754b5bbf57a05864.zip |
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> |