diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-04-26 09:13:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-04-26 09:13:06 +0000 |
commit | 8291ba69a2ac99245f5cd81a69acda7e853bb5b4 (patch) | |
tree | fde216e0a31c227bedf140eec62cf7da05f748a1 | |
parent | 5441f82ff72bb6a606557d3e710ce15966fa7dfd (diff) |
No good reason to retain comments about old DTYPE_CRYPTO or DTYPE_SYSTRACE
values.
-rw-r--r-- | sys/sys/file.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h index 383fe8178b3..18607edaf24 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.36 2016/04/25 20:18:31 tedu Exp $ */ +/* $OpenBSD: file.h,v 1.37 2016/04/26 09:13:05 deraadt Exp $ */ /* $NetBSD: file.h,v 1.11 1995/03/26 20:24:13 jtc Exp $ */ /* @@ -68,8 +68,6 @@ struct file { #define DTYPE_SOCKET 2 /* communications endpoint */ #define DTYPE_PIPE 3 /* pipe */ #define DTYPE_KQUEUE 4 /* event queue */ -/* was define DTYPE_CRYPTO 5 */ -/* was define DTYPE_SYSTRACE 6 */ short f_type; /* descriptor type */ long f_count; /* reference count */ struct ucred *f_cred; /* credentials associated with descriptor */ |