projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup...
[openwrt.git]
/
package
/
iwcap
/
src
/
iwcap.c
diff --git
a/package/iwcap/src/iwcap.c
b/package/iwcap/src/iwcap.c
index
3a8e740
..
a71dca2
100644
(file)
--- a/
package/iwcap/src/iwcap.c
+++ b/
package/iwcap/src/iwcap.c
@@
-1,5
+1,5
@@
/*
/*
- * iwcap.c - A simply radiotap capture utility outputting pcap
sig_
dumps
+ * iwcap.c - A simply radiotap capture utility outputting pcap dumps
*
* Copyright 2012 Jo-Philipp Wich <jow@openwrt.org>
*
*
* Copyright 2012 Jo-Philipp Wich <jow@openwrt.org>
*
@@
-443,7
+443,7
@@
int main(int argc, char **argv)
return 8;
case 0:
return 8;
case 0:
- umask(0
700
);
+ umask(0
077
);
chdir("/");
freopen("/dev/null", "r", stdin);
freopen("/dev/null", "w", stdout);
chdir("/");
freopen("/dev/null", "r", stdin);
freopen("/dev/null", "w", stdout);
This page took
0.022927 seconds
and
4
git commands to generate.