Displaying 1 result from an estimated 1 matches for "valid_acct".
2003 Sep 18
1
bsd-cray.c r.1.12: multiple syntax errors
...with 3.7.1p1:
1) line 62: missing #include "defines.h" in front of #include "log.h", causing
compiler errors due to undefined cpp macro __attribute__(x).
2) line 185: declaration ``ia_user_t usent'' is not terminated with a
semicolon.
3) line 469: while loop ``while (valid_acct == -1) {'' ends in ``} else {'' at
line 533. This else statement should probably match the if statement beginning
at line 467.
In addition there is probably an error in the ``switch (acct_name[0]) {''
``default'' tag at line 502: there is a ``break'' at line...