Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!styx!ames!ucbcad!ucbvax!hplabs!hplabsc!daemon From: taylor@hpldat.UUCP (Dave Taylor) Newsgroups: comp.mail.elm Subject: patch to leavembox.c results in error Message-ID: <1728@hplabsc.HP.COM> Date: Mon, 4-May-87 22:49:00 EDT Article-I.D.: hplabsc.1728 Posted: Mon May 4 22:49:00 1987 Date-Received: Wed, 6-May-87 00:44:40 EDT Sender: daemon@hplabsc.HP.COM Reply-To: taylor@hpldat (Dave Taylor) Organization: Hewlett-Packard Laboratories, Interface Technologies Group Lines: 40 Approved: taylor@hplabs (with 'postmail') From: ries@trwrb.UUCP (Marc Ries) Subject: patch to leavembox.c results in error Date: 4 May 87 18:14:31 GMT Organization: TRW Operations and Support Group The patched version of leavembox.c [Pyramid 98X, OSx 3.1, UCB Universe]: /bin/cc -c -O -I../hdrs -DBSD leavembox.c "leavembox.c", line 298: undefined structure utimbuf used "leavembox.c", line 298: undefined struct on left side of . operator "leavembox.c", line 298: unknown field name "leavembox.c", line 299: undefined structure utimbuf used "leavembox.c", line 299: undefined struct on left side of . operator "leavembox.c", line 299: unknown field name "leavembox.c", line 301: undefined structure utimbuf used *** Error code 1 Stop. The modification: struct utimbuf utime_buffer; /* utime command */ --- /** added due to a bug in the 2.1 OS **/ struct utimbuf { time_t actime; /** access time **/ time_t modtime; /** modification */ }; struct utimbuf times; /* utime command */ ries@trwrb -- Marc A. Ries sdcrdcf!---\ ihnp4!------\----- trwrb! --- ries