Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!gorodish!guy From: guy%gorodish@Sun.COM (Guy Harris) Newsgroups: comp.sources.bugs Subject: Re: Mail Users Shell (MUSH) Message-ID: <29642@sun.uucp> Date: Wed, 30-Sep-87 22:45:48 EDT Article-I.D.: sun.29642 Posted: Wed Sep 30 22:45:48 1987 Date-Received: Sun, 4-Oct-87 23:34:21 EDT References: <26@mtunk.ATT.COM> <179@jc3b21.UUCP> <4756@ncoast.UUCP> <1588@mit-amt.MEDIA.MIT.EDU> Sender: news@sun.uucp Distribution: na Lines: 11 Keywords: MUSH mail users shell > It appears that if you have SYSV defined somewhere (makefile should suffice), > u_long should be defined to ulong_t. In which case, any reference to "u_long" stands a good chance of failing, because System V as distributed by AT&T doesn't define this "ulong_t" thing *ANYWHERE* in any include file. Try "#define u_long unsigned long", or "#define u_long ulong" (assuming you include , which I assume you do as you're using "u_long"), or *anything* other than "ulong_t"! Guy Harris {ihnp4, decvax, seismo, decwrl, ...}!sun!guy guy@sun.com