diff options
author | 2014-11-18 15:16:35 +0000 | |
---|---|---|
committer | 2014-11-18 15:16:35 +0000 | |
commit | f2c3ef96a421edcc83d85ef03407a5ac2a5b220e (patch) | |
tree | c6fcf2389b4595ac68474cd5be3b8288c17e3693 | |
parent | udf needs siphash to build. (diff) | |
download | wireguard-openbsd-f2c3ef96a421edcc83d85ef03407a5ac2a5b220e.tar.xz wireguard-openbsd-f2c3ef96a421edcc83d85ef03407a5ac2a5b220e.zip |
DTYPE_CRYPTO is not used anymore; ok guenther (a while ago)
-rw-r--r-- | sys/sys/file.h | 4 |
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 */ |