summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-06-20 01:29:15 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-06-20 01:29:15 +0000
commit0cfdf8709aa547d4290df7ff2ea6d65ea6bd9bf5 (patch)
tree229118c9d248949d2d08f13e685fdab213961b0b
parent471c9f13c950f6a7e25ef52a83e209df48d2b7dd (diff)
no include <des.h> anymore
-rw-r--r--usr.bin/tcfs/tcfs_flags.c4
-rw-r--r--usr.bin/tcfs/tcfs_getstatus.c3
-rw-r--r--usr.bin/tcfs/tcfsflag.c3
-rw-r--r--usr.bin/tcfs/tcfsputkey.c3
-rw-r--r--usr.bin/tcfs/tcfsrmkey.c3
-rw-r--r--usr.bin/tcfs/tcfsrun.c3
-rw-r--r--usr.bin/tcfs/tcfstat.c1
7 files changed, 6 insertions, 14 deletions
diff --git a/usr.bin/tcfs/tcfs_flags.c b/usr.bin/tcfs/tcfs_flags.c
index 3b4416b5dfa..cc87f87ca1b 100644
--- a/usr.bin/tcfs/tcfs_flags.c
+++ b/usr.bin/tcfs/tcfs_flags.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfs_flags.c,v 1.4 2000/06/19 22:42:28 aaron Exp $ */
+/* $OpenBSD: tcfs_flags.c,v 1.5 2000/06/20 01:29:14 provos Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -28,8 +28,6 @@
#include <miscfs/tcfs/tcfs_fileinfo.h>
#include "tcfsdefines.h"
-#include <des.h>
-
tcfs_flags
tcfs_getflags(int fd)
{
diff --git a/usr.bin/tcfs/tcfs_getstatus.c b/usr.bin/tcfs/tcfs_getstatus.c
index 7d6deed3b0b..2dfa0af8338 100644
--- a/usr.bin/tcfs/tcfs_getstatus.c
+++ b/usr.bin/tcfs/tcfs_getstatus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfs_getstatus.c,v 1.4 2000/06/19 23:06:25 aaron Exp $ */
+/* $OpenBSD: tcfs_getstatus.c,v 1.5 2000/06/20 01:29:14 provos Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -18,7 +18,6 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/mount.h>
-#include <des.h>
#include <miscfs/tcfs/tcfs.h>
#include <miscfs/tcfs/tcfs_cmd.h>
#include "tcfsdefines.h"
diff --git a/usr.bin/tcfs/tcfsflag.c b/usr.bin/tcfs/tcfsflag.c
index 43ddff8d630..92779d5cbe4 100644
--- a/usr.bin/tcfs/tcfsflag.c
+++ b/usr.bin/tcfs/tcfsflag.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsflag.c,v 1.6 2000/06/19 23:06:25 aaron Exp $ */
+/* $OpenBSD: tcfsflag.c,v 1.7 2000/06/20 01:29:14 provos Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -22,7 +22,6 @@
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/wait.h>
-#include <des.h>
#include <miscfs/tcfs/tcfs.h>
#include <miscfs/tcfs/tcfs_fileinfo.h>
diff --git a/usr.bin/tcfs/tcfsputkey.c b/usr.bin/tcfs/tcfsputkey.c
index ab1f0f53a9b..177993d6862 100644
--- a/usr.bin/tcfs/tcfsputkey.c
+++ b/usr.bin/tcfs/tcfsputkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsputkey.c,v 1.8 2000/06/19 23:06:25 aaron Exp $ */
+/* $OpenBSD: tcfsputkey.c,v 1.9 2000/06/20 01:29:14 provos Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -16,7 +16,6 @@
#include <sys/param.h>
#include <sys/mount.h>
#include <ctype.h>
-#include <des.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/usr.bin/tcfs/tcfsrmkey.c b/usr.bin/tcfs/tcfsrmkey.c
index f42af67caaf..e39df753b96 100644
--- a/usr.bin/tcfs/tcfsrmkey.c
+++ b/usr.bin/tcfs/tcfsrmkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsrmkey.c,v 1.4 2000/06/19 22:42:29 aaron Exp $ */
+/* $OpenBSD: tcfsrmkey.c,v 1.5 2000/06/20 01:29:14 provos Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -16,7 +16,6 @@
#include <sys/param.h>
#include <sys/mount.h>
#include <ctype.h>
-#include <des.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/usr.bin/tcfs/tcfsrun.c b/usr.bin/tcfs/tcfsrun.c
index 0014a95868c..0edb065fcd2 100644
--- a/usr.bin/tcfs/tcfsrun.c
+++ b/usr.bin/tcfs/tcfsrun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsrun.c,v 1.6 2000/06/19 23:06:25 aaron Exp $ */
+/* $OpenBSD: tcfsrun.c,v 1.7 2000/06/20 01:29:14 provos Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -17,7 +17,6 @@
#include <sys/mount.h>
#include <sys/wait.h>
#include <ctype.h>
-#include <des.h>
#include <pwd.h>
#include <stdio.h>
#include <string.h>
diff --git a/usr.bin/tcfs/tcfstat.c b/usr.bin/tcfs/tcfstat.c
index 4033b0d1524..469ea7bbd2f 100644
--- a/usr.bin/tcfs/tcfstat.c
+++ b/usr.bin/tcfs/tcfstat.c
@@ -14,7 +14,6 @@
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/wait.h>
-#include <des.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>