mikeb@spring.ee.ubc.ca (Mike Bolotski) (02/06/90)
GCC chokes on the Sun header file rpcsvc/rusers.h due to the following
definition:
struct utmparr {
struct utmp **uta_arr;
int uta_cnt
};
The semicolon is missing after uta_cnt.
Mike Bolotski, Department of Electrical Engineering,
University of British Columbia, Vancouver, Canada
mikeb@salmon.ee.ubc.ca | mikeb%salmon.ee.ubc.ca@relay.ubc.ca
salmon.ee.ubc.ca!mikeb@uunet.uu.net| uunet!ubc-cs!salmon.ee.ubc.ca!mikeb
bob@MorningStar.Com (Bob Sutterfield) (02/08/90)
In article <1022@fs1.ee.ubc.ca> mikeb@spring.ee.ubc.ca (Mike Bolotski) writes:
GCC chokes on the Sun header file rpcsvc/rusers.h... The semicolon
is missing after uta_cnt [in struct utmparr].
And, later in the same file, after uia_cnt in struct utmpidlearr.