true(1): removes NULL from commented imports

This commit is contained in:
Emma Tebibyte 2024-09-11 03:19:23 -06:00
parent 579bb98874
commit ba73f50527
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -8,7 +8,7 @@
*/
#ifdef __OpenBSD__
# include <unistd.h> /* NULL, pledge(2), unveil(2) */
# include <unistd.h> /* pledge(2) */
#endif
int main(void) {