[13652] in Athena Bugs
Saber msg: v3.0 (5/24/90 w20-575-8 sun4 SunOS 4.x 0 0)
daemon@ATHENA.MIT.EDU (djweber@MIT.EDU)
Tue Jul 11 15:20:48 1995
From: djweber@MIT.EDU
Date: Tue, 11 Jul 1995 15:20:45 -0400
To: bugs@MIT.EDU
Saber cannot load any application that uses stdlib.h, because /usr/include/stdlib.h is apparently filled with storage class conflicts:
----------------
"/usr/include/stdlib.h":31, Storage class conflict (Warning #642)
30: typedef struct {
31: long long quot;
^
32: long long rem;
Type specifier 'long' cannot be combined with type (int).
Unloading: C/timing.c
Warning: 2 modules currently not loaded.
If Saber won't even accept library functions as legitimate, something has
to be really screwed up.