summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2000-06-20 08:01:20 +0000
committerfgsch <fgsch@openbsd.org>2000-06-20 08:01:20 +0000
commitfb22ce4bdb652281b89097a2754b5bbf57a05864 (patch)
treec305aaa7edd23597a625fd82fcda1b7d61a4baee
parentadd openbsd tags. rearrange headers as per style(9) and indent. (diff)
downloadwireguard-openbsd-fb22ce4bdb652281b89097a2754b5bbf57a05864.tar.xz
wireguard-openbsd-fb22ce4bdb652281b89097a2754b5bbf57a05864.zip
weird. missing OpenBSD tags.
-rw-r--r--usr.bin/tcfs/Makefile.inc2
-rw-r--r--usr.bin/tcfs/tcfstat.c2
-rw-r--r--usr.bin/tcfs/tcfsuse.c2
-rw-r--r--usr.bin/tcfs/unix_auth.c2
-rw-r--r--usr.bin/tcfs/uuencode.h2
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>