diff options
author | Denis Vlasenko | 2007-08-13 11:09:30 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-13 11:09:30 +0000 |
commit | 319f8ebef8a9e48cb74b220d4585552928549266 (patch) | |
tree | a6f292129a04b9eba6d2a2aef353e49e8b5a14e0 /selinux | |
parent | f5635f4d327c7f4ce34026c64548585dd7b59ffc (diff) | |
download | busybox-319f8ebef8a9e48cb74b220d4585552928549266.zip busybox-319f8ebef8a9e48cb74b220d4585552928549266.tar.gz |
httpd: round down sendfile byte count to 64k
*: style fixes
Diffstat (limited to 'selinux')
-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 6c3f518..015a233 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -75,7 +75,7 @@ static const char runcon_longopts[] ALIGN1 = "type\0" Required_argument "t" "range\0" Required_argument "l" "compute\0" No_argument "c" - "help\0" No_argument "h" + "help\0" No_argument "h" ; #endif |