Blame

Date:
Fri Jul 1 19:42:55 2022 UTC
Message:
switch to kristaps@' oconfigure It's a bit ugly to depend _only_ on the OpenBSD make infrastructure; it's better when things are portable! Making mymenu-portable would be more effort than what it's worth it, so just make the main version portable (again). kristaps@' oconfigure (used also by mandoc-portable and mymenu) is a lightweight configure system that's really nice to use. see GitHub issue #1

1
2022-07-01
op
#include <unistd.h>
2
2022-07-01
op
3
2022-07-01
op
int
4
2022-07-01
op
main(void)
5
2022-07-01
op
{
6
2022-07-01
op
return !!pledge("stdio", NULL);
7
2022-07-01
op
}