diff --git a/code/unix.lisp b/code/unix.lisp index ab60d30b7fda3fccb742cbe86e6ba8e6198be0ba..0a6cf330c849e085e4c8c39381f175fad931c155 100644 --- a/code/unix.lisp +++ b/code/unix.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.84 2003/06/06 16:23:46 toy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.85 2003/06/06 17:02:38 gerd Exp $") ;;; ;;; ********************************************************************** ;;; @@ -853,7 +853,7 @@ (defconstant map_anonymous #+solaris #x100 ; Solaris #+linux 32 ; Linux - ) + #+freebsd #x1000) (defun unix-mmap (addr length prot flags fd offset) (declare (type (or null system-area-pointer) addr)