diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstAppend.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstAppend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c index 155addc..942e193 100644 --- a/usr.bin/make/lst.lib/lstAppend.c +++ b/usr.bin/make/lst.lib/lstAppend.c @@ -68,7 +68,7 @@ ReturnStatus Lst_Append (l, ln, d) Lst l; /* affected list */ LstNode ln; /* node after which to append the datum */ - ClientData d; /* said datum */ + void * d; /* said datum */ { register List list; register ListNode lNode; |