summaryrefslogtreecommitdiff
path: root/sys/miscfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/tcfs/tcfs_keytab.h3
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;