Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!oliveb!felix!info-ultrix From: kjones@talos.UUCP (Kyle Jones) Newsgroups: comp.unix.ultrix Subject: struct group changed in 3.0 Message-ID: <81556@felix.UUCP> Date: 30 Jan 89 20:49:06 GMT Sender: info-ultrix@felix.UUCP Reply-To: kjones@talos.UUCP (Kyle Jones) Organization: Philip Morris Research Center, Richmond, VA Lines: 8 Approved: zemon@felix.UUCP Reply-Path: Reply-to: kjones@talos.UUCP (Kyle Jones) Anyone know why a pad field was added to struct group in /usr/include/grp.h in ULTRIX 3.0? (Surely it wasn't just to irritate me... surely. :-) ) The change broke some account manipulation code of mine the uses an aggregate initialization of a struct group. The getgrent(3) man page ought to be updated to reflect the change, at least.