Introduction
Introduction Statistics Contact Development Disclaimer Help
Set umask to 0 - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
commit 09854b708feef2a61cb9b56197c03d4b4a1e55fc
parent 4953771833f88278c3109e0b40d5746f9004fc9b
Author: sin <[email protected]>
Date: Wed, 21 Aug 2013 09:13:25 +0100
Set umask to 0
Diffstat:
M smdev.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/smdev.c b/smdev.c
@@ -39,6 +39,7 @@ main(int argc, char *argv[])
if (!sflag)
usage();
+ umask(0);
recurse("/sys/devices", sysrecurse);
return 0;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.