[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New CLISP version
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: New CLISP version
- From: Reggie Perry <reggie@muon.phys.washington.edu>
- Date: Sat, 17 Jul 1993 12:53:10 -0700
- In-reply-to: Your message of "Sat, 17 Jul 1993 17:52:52 +0200."             <9307171550.AA23141@ma2s2.mathematik.uni-karlsruhe.de> 
	Make a note that on my SGI Indigio running IRIX 4.0.5 I have
to change line 56 of unix.d to read:
  #ifdef HAVE_MMAP
    #include <sys/types.h>
    #include <sys/mman.h>
    #if defined(UNIX_SYSV) && (defined(sgi) || defined(__sgi))
       extern void *mmap (void *addr, int len, int prot, int flags, int fd, off_t off);
    #else
       extern caddr_t mmap (caddr_t addr, MMAP_SIZE_T len, int prot,
int flags, int fd, off_t off); /* original definition */
    #endif
-------------------
Reginald S. Perry -- University of Washington, Department of Physics FM-15
                     Seattle, Washington 98195
reggie@u.washington.edu             (General-Mail) 
reggie@quantum.phys.washington.edu  (NeXTMail)