Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

build failure -current (entry.c)



...

--- dependall-bsd ---
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c: In function
'load_entry':
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:132:4: error:
implicit declaration of function 'bit_byte'
[-Werror=implicit-function-declaration]
    bit_set(e->minute, 0);
    ^
In file included from
/usr/src/external/bsd/cron/bin/cron/../../dist/externs.h:34:0,
                 from /usr/src/external/bsd/cron/bin/cron/../../dist/cron.h:35,
                 from /usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:39:
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:132:4: error:
expected ']' before ')' token
    bit_set(e->minute, 0);
    ^
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:133:4: error:
expected ']' before ')' token
    bit_set(e->hour, 0);
    ^
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:134:4: error:
expected ']' before ')' token
    bit_set(e->dom, 0);
    ^
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:135:4: error:
expected ']' before ')' token
    bit_set(e->month, 0);
    ^
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:136:4: error:
expected ']' before ')' token
    bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1));
    ^
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:139:4: error:
expected ']' before ')' token
    bit_set(e->minute, 0);
    ^
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:140:4: error:
expected ']' before ')' token
    bit_set(e->hour, 0);
    ^
/usr/src/external/bsd/cron/bin/cron/../../dist/entry.c:141:4: error:
expected ']' before ')' token
    bit_set(e->dom, 0);
    ^

...


Home | Main Index | Thread Index | Old Index