Skip to content
Snippets Groups Projects
Commit d9951995 authored by wlott's avatar wlott
Browse files

Changed ``mach:sigurg'' to ``unix:sigurg''

parent 6f927c6f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/internet.lisp,v 1.7 1992/02/14 23:45:00 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/internet.lisp,v 1.8 1992/02/16 13:53:47 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
(cons char (cons char
handler)) handler))
*oob-handlers*) *oob-handlers*)
(system:enable-interrupt mach:sigurg #'sigurg-handler) (system:enable-interrupt unix:sigurg #'sigurg-handler)
(unix:unix-fcntl fd unix:f-setown (unix:unix-getpid))))) (unix:unix-fcntl fd unix:f-setown (unix:unix-getpid)))))
(values)) (values))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment