dyoung 146411a622 Cosmetic: get out of cgdioctl() early. Instead of
int ret;

        switch (...) {
        case ...:
                ret = ...;
                break;
        }
        return ret;

write:

        switch (...) {
        case ...:
                return ...;
        }
2010-01-20 19:00:47 +00:00
2010-01-20 12:14:00 +00:00
2009-12-20 20:15:07 +00:00
2010-01-13 20:18:24 +00:00
2010-01-14 22:06:54 +00:00
2010-01-20 12:09:39 +00:00
2010-01-15 11:27:01 +00:00
2010-01-20 14:00:48 +00:00
2009-03-31 21:12:51 +00:00
2009-12-26 11:00:46 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%