diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-13 11:09:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-13 11:09:30 +0000 |
commit | 319f8ebef8a9e48cb74b220d4585552928549266 (patch) | |
tree | a6f292129a04b9eba6d2a2aef353e49e8b5a14e0 /selinux/runcon.c | |
parent | f5635f4d327c7f4ce34026c64548585dd7b59ffc (diff) | |
download | busybox-w32-319f8ebef8a9e48cb74b220d4585552928549266.tar.gz busybox-w32-319f8ebef8a9e48cb74b220d4585552928549266.tar.bz2 busybox-w32-319f8ebef8a9e48cb74b220d4585552928549266.zip |
httpd: round down sendfile byte count to 64k
*: style fixes
Diffstat (limited to '')
-rw-r--r-- | selinux/runcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/runcon.c b/selinux/runcon.c index 6c3f518fc..015a23322 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c | |||
@@ -75,7 +75,7 @@ static const char runcon_longopts[] ALIGN1 = | |||
75 | "type\0" Required_argument "t" | 75 | "type\0" Required_argument "t" |
76 | "range\0" Required_argument "l" | 76 | "range\0" Required_argument "l" |
77 | "compute\0" No_argument "c" | 77 | "compute\0" No_argument "c" |
78 | "help\0" No_argument "h" | 78 | "help\0" No_argument "h" |
79 | ; | 79 | ; |
80 | #endif | 80 | #endif |
81 | 81 | ||