[8604] in Athena Bugs
rsaix 7.3R: /usr/bin/rpcgen vs. latest c89
daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Fri Nov 15 14:07:30 1991
To: bugs@Athena.MIT.EDU
Date: Fri, 15 Nov 91 14:07:30 EST
From: "Bruce R. Lewis" <brlewis@Athena.MIT.EDU>
System name: splat
Type and version: POWER 7.3R
Display type: graygda
When the release was built, the following C construct, automatically
produced by rpcgen, was accepted:
enum SyncStat {
NO_SYNC = 0,
WANT_SYNC = 1,
AM_SYNC = 2,
};
Now it returns a syntax error, unless the final comma is removed. This
means the turnin stuff and anything else that uses rpcgen will no longer
build.