[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New CLISP version



	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)