summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2014-11-18 15:16:36 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2014-11-18 15:16:36 +0000
commit9742abfcd8a5848b6c97dedc7bfe6164caf6271a (patch)
tree967382eefc51119836efb4b4b6d99162c253e483 /sys
parentf5ff7d6ba1d93d1794403bfa2abe37a63b539c4b (diff)
DTYPE_CRYPTO is not used anymore; ok guenther (a while ago)
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index 7d6f50b7546..282e17bcc37 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.h,v 1.33 2014/11/18 02:00:29 tedu Exp $ */
+/* $OpenBSD: file.h,v 1.34 2014/11/18 15:16:35 mikeb Exp $ */
/* $NetBSD: file.h,v 1.11 1995/03/26 20:24:13 jtc Exp $ */
/*
@@ -68,7 +68,7 @@ struct file {
#define DTYPE_SOCKET 2 /* communications endpoint */
#define DTYPE_PIPE 3 /* pipe */
#define DTYPE_KQUEUE 4 /* event queue */
-#define DTYPE_CRYPTO 5 /* crypto */
+/* was define DTYPE_CRYPTO 5 */
#define DTYPE_SYSTRACE 6 /* system call tracing */
short f_type; /* descriptor type */
long f_count; /* reference count */