diff --git a/config.mk b/config.mk index 80b04ea..fe5e177 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # feuille version -VERSION = 2.0.0 +VERSION = 2.0.1 # paths (customize them to fit your system) PREFIX = /usr/local diff --git a/feuille.1 b/feuille.1 index 0d7bb17..596d7f3 100644 --- a/feuille.1 +++ b/feuille.1 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "feuille" "1" "November 2022" "feuille 2.0.0" "" +.TH "feuille" "1" "November 2022" "feuille 2.0.1" "" .hy .SH NAME .PP diff --git a/feuille.c b/feuille.c index 843bde9..27d2b94 100644 --- a/feuille.c +++ b/feuille.c @@ -400,7 +400,7 @@ int main(int argc, char *argv[]) die(1, "could not switch to user `%s'.\n", settings.user); } -#ifdef __OpenBSD__ +#if defined __OpenBSD__ || defined COSMOPOLITAN /* OpenBSD-only security measures */ pledge("proc stdio rpath wpath cpath inet", "stdio rpath wpath cpath inet"); #endif