Subject: RE: 7/1 sup'ed source build problems
To: None <Marc@synergytics.com, port-pmax@sun-lamp.cs.berkeley.edu>
From: Adam Glass <adamg@microsoft.com>
List: port-pmax
Date: 07/15/1994 03:44:50
i'm pretty sure i fixed these since the 1st....suggest you sup (or ftp) 
and make sure.

later,
Adam Glass
----------
| From: Marc Evans - Contract Software Hacker  <marc@synergytics.com>
| To:  <port-pmax@sun-lamp.cs.berkeley.edu>
| Subject: 7/1 sup'ed source build problems
| Date: Friday, July 01, 1994 9:48AM
|
| Received: from sun-lamp.CS.Berkeley.EDU by
| netmail.microsoft.com with SMTP (5.65/25-eef)
| 	id AA19430; Fri, 1 Jul 94 06:50:49 -0700
| Received: (from mailman@localhost) by sun-lamp.cs.berkeley.edu
| (8.6.9/8.6.9) id GAA09727 for port-pmax-outgoing; Fri, 1 Jul
| 1994 06:48:33 -0700
| Received: from synergy.Synergytics.Com
| (synergy.Synergytics.Com [192.156.97.193]) by
| sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) with ESMTP id GAA09721
| for <port-pmax@sun-lamp.cs.berkeley.edu>; Fri, 1 Jul 1994
| 06:48:30 -0700
| Received: from synergy.Synergytics.Com (localhost [127.0.0.1])
| by Synergytics.Com (8.6.9/8.6.9) with ESMTP id JAA27563 for
| <port-pmax@sun-lamp.cs.berkeley.edu>; Fri, 1 Jul 1994 09:48:57
| -0400
| Message-Id: <199407011348.JAA27563@Synergytics.Com>
| X-Face: 
$~>2<PE]ArK3G<G1Ua\]U4H}Az)"!IU7{8KpKUaksZo>-+Ez55@B0~l{%2@BA5y&-1*6%[r
|  
o+\a[g#~JPkHluj=4vVJ2emqJ(d%/<"y-hob6tY'oR~+2>(jjy15lY+9hnkrujb<hDoy|lOwp"57"t
|  qD!6mH!6j3FGXUDVzgsI"S%u{qJ7Bau
| X-Mailer: exmh version 1.4 6/24/94
| Sender: owner-port-pmax@sun-lamp.cs.berkeley.edu
| Precedence: bulk
|
| Hi -
|
| I foudn I needed to make a few changes to the sources I sup'ed 7/1. I 
chose to
| remove the duplicate include of <machine/exec_aout.h> from 2 files. An
| alternative could have been to wrap <machine/exec_aout.h> so that it 
could be
| included multiple times. In any case, here are the diffs I used:
|
| *** ./arch/pmax/pmax/machdep.c  Fri Jul  1 09:34:27 1994
| --- ./arch/pmax/pmax/machdep.c.old      Wed Jun 15 06:25:22 1994
| ***************
| *** 74,79 ****
| --- 74,80 ----
|   #include <machine/pte.h>
|   #include <machine/dc7085cons.h>
|
| + #include <machine/exec.h>
|   #include <sys/exec_ecoff.h>
|
|   #include <pmax/stand/dec_prom.h>
| *** ./kern/exec_aout.c  Fri Jul  1 09:03:31 1994
| --- ./kern/exec_aout.c.old      Fri Jul  1 06:20:21 1994
| ***************
| *** 39,44 ****
| --- 39,46 ----
|   #include <sys/resourcevar.h>
|   #include <vm/vm.h>
|
| + #include <machine/exec.h>
| +
|   /*
|    * exec_aout_makecmds(): Check if it's an a.out-format executable.
|    *
|
| - Marc
| 
===============================================================================
| Marc Evans, Software Consultant       WB1GRH      Synergytics
| E-Mail: Marc@Synergytics.Com                      21 Hinds Lane, Suite 23L
| URL: http://WWW.Synergytics.Com/~marc             Pelham, NH, USA 03076-3013
| PGP-2.6 key available upon request                +1 603 635 3857 (voice/fax)
| MIME-1.0 & Enriched-Text mail accepted            Unix & X11 internals/apps
| 
===============================================================================
|
| 

------------------------------------------------------------------------------