summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib/lstInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/lst.lib/lstInt.h')
-rw-r--r--usr.bin/make/lst.lib/lstInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h
index 6bbc240..86dcb2b 100644
--- a/usr.bin/make/lst.lib/lstInt.h
+++ b/usr.bin/make/lst.lib/lstInt.h
@@ -54,7 +54,7 @@ typedef struct ListNode {
* node may not be deleted until count
* goes to 0 */
flags:8; /* Node status flags */
- ClientData datum; /* datum associated with this element */
+ void * datum; /* datum associated with this element */
} *ListNode;
/*
* Flags required for synchronization
OpenPOWER on IntegriCloud