diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-16 20:02:22 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-16 20:02:22 +0000 |
commit | e4e19f48e436ae522921b35940bd8ecaaf14c2df (patch) | |
tree | 3667a5746513529576541577c61116a26890b3ea /sys/miscfs | |
parent | cc6435e3abcd82c3915650627ead7b32a29a701b (diff) |
support kernel event queues, from FreeBSD by Jonathan Lemon,
okay art@, millert@
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/tcfs/tcfs_keytab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/tcfs/tcfs_keytab.h b/sys/miscfs/tcfs/tcfs_keytab.h index e5a286080f1..82b2e3bd353 100644 --- a/sys/miscfs/tcfs/tcfs_keytab.h +++ b/sys/miscfs/tcfs/tcfs_keytab.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs_keytab.h,v 1.4 2000/06/18 16:23:10 provos Exp $ */ +/* $OpenBSD: tcfs_keytab.h,v 1.5 2000/11/16 20:02:21 provos Exp $ */ /* * Copyright 2000 The TCFS Project at http://tcfs.dia.unisa.it/ * All rights reserved. @@ -79,6 +79,7 @@ typedef struct _kn { unsigned int kn_type; void *kn_key; +#undef kn_data tcfs_grp_data *kn_data; struct _kn *kn_n; |