[comp.emacs] GNU Emacs bugs report on system V

dwp@mtune.ATT.COM (David Preisler) (10/27/89)

Thanks again to all those GNU Emacs fan out there for your help.

Below is a bugs report sent to bug-gnu-emacs, so just 
incase you are a GNU Emacs System V r 3 user you won't 
have to wait for the corrected version.  

Just incase I missed anything please post corrections to this.  
[ I think I got everything ]

 +-----
 |
 |   FROM:       dwp@mtune.ATT.COM
 |   TO:         bug-gnu-emacs@prep.ai.mit.edu
 |   DATE:       26 Oct 1989  22:11 EDT
 |   SUBJECT:    gnu emacs 18.54 bugs
 |   
 |   I tried to compile gnu-emacs 18.54 on Unix system V release 3 on a
 |   3b700.
 |   
 |   Found that I needed to add the following missing header files:
 |      
 |      src/process.c
 |         #include <sys/in.h> /* /usr/netinclude/in.h -- corrected by dwp */
 |   
 |      src/sysdep.c
 |       #include <sys/stream.h> /* added by dwp for bsd compatability */
 |       #include <sys/ptem.h> /* added by dwp; replaced <sys/sioctl.h> */
 |   
 |      
 |   Also found that I needed to include the following path on compilation:
 |   
 |      -I/usr/netinclude
 |   
 |   
 |   Please acknowledge recipt.
 |   
 |   thanks, 
 |   
 |   David William Preisler                                
 |     System Administrator     
 |   
 |   AT&T Bell Laboratories     Email:  att!mtune!dwp
 |        200 Laurel Avenue
 |   Middletown,  NJ  07748     Phone: (201) 957-2594
 |   
 +-----
 

thanks again,
David.

Distributed Programming Tools Group