npm

Nihal's Password Manager (WIP)
git clone git://git.nihaljere.xyz/npm
Log | Files | Refs | README | LICENSE

commit ac2f4b7dd729d817e957f7af6717058a976129ae
parent 76ca4acb056a6ffb8b7105526930fc8b03d4f1ad
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Thu, 14 Oct 2021 22:46:49 -0500

npm-core: use _DEFAULT_SOURCE

Diffstat:
Mnpm-core.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/npm-core.c b/npm-core.c @@ -1,4 +1,4 @@ -#define _BSD_SOURCE +#define _DEFAULT_SOURCE #include <errno.h> #include <string.h>