diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstAtEnd.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstAtEnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c index 979cbb6..2a7de21 100644 --- a/usr.bin/make/lst.lib/lstAtEnd.c +++ b/usr.bin/make/lst.lib/lstAtEnd.c @@ -64,7 +64,7 @@ __RCSID("$FreeBSD$"); ReturnStatus Lst_AtEnd (l, d) Lst l; /* List to which to add the datum */ - ClientData d; /* Datum to add */ + void * d; /* Datum to add */ { register LstNode end; |