summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib/lstInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/lst.lib/lstInit.c')
-rw-r--r--usr.bin/make/lst.lib/lstInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c
index f2cdf22..20c62b4 100644
--- a/usr.bin/make/lst.lib/lstInit.c
+++ b/usr.bin/make/lst.lib/lstInit.c
@@ -62,10 +62,10 @@ __FBSDID("$FreeBSD$");
*
*-----------------------------------------------------------------------
*/
-Lst
+Lst *
Lst_Init(void)
{
- Lst nList;
+ Lst *nList;
nList = emalloc(sizeof(*nList));
OpenPOWER on IntegriCloud