search for: ia_user_t

Displaying 1 result from an estimated 1 matches for "ia_user_t".

2003 Sep 18
1
bsd-cray.c r.1.12: multiple syntax errors
There appears to be multiple errors in release 1.12 of bsd-cray.c as released 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 (ac...