1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-15 17:54:36 +00:00

satisfy the requirements of ksh build with -DSMALL in the install media

This commit is contained in:
deraadt
2026-03-05 05:40:37 +00:00
parent 59c9c7a7c4
commit e8b5f432ab

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: var.c,v 1.75 2026/03/05 05:38:58 deraadt Exp $ */
/* $OpenBSD: var.c,v 1.76 2026/03/05 05:40:37 deraadt Exp $ */
#include <sys/stat.h>
#include <sys/time.h>
@@ -1230,6 +1230,7 @@ set_array(const char *var, int reset, char **vals)
}
}
#ifndef SMALL
void
initcurses(void)
{
@@ -1242,3 +1243,4 @@ initcurses(void)
del_curterm(cur_term);
}
}
#endif /* SMALL */