Displaying 1 result from an estimated 1 matches for "jxrn".
Did you mean:
jrn
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)