X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fconstants.lisp;h=663726b9e26628d57aed02ca9163ce13f08c61dd;hb=3eedd5a020356291b2c1c2e426ef9fc7dd5928d9;hp=c61372960feaad249403d1268f96f1a345abb8e3;hpb=ac85367426b222612311c5cf7b061ff89c64d825;p=sbcl.git diff --git a/contrib/sb-simple-streams/constants.lisp b/contrib/sb-simple-streams/constants.lisp index c613729..663726b 100644 --- a/contrib/sb-simple-streams/constants.lisp +++ b/contrib/sb-simple-streams/constants.lisp @@ -13,7 +13,7 @@ ;;; unix.lisp, should presumably end up somewhere else, either in sbcl ;;; itself or in sb-posix. -("stdio.h" "sys/types.h" "sys/stat.h" "fcntl.h" "asm/errno.h" "sys/mman.h") +("stdio.h" "sys/types.h" "sys/stat.h" "fcntl.h" "errno.h" "sys/mman.h") ((:integer eacces "EACCES" "Error code for access error") (:integer prot-none "PROT_NONE" "mmap: no protection")