From 4d6fc36fecdd2571eb137ba438b6ec044ed2104e Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 15 Feb 1992 13:00:05 +0000
Subject: [PATCH] Had the syntax for def-alien-routine wrong.

---
 code/mach.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/mach.lisp b/code/mach.lisp
index 210bd8cb0..ae722d791 100644
--- a/code/mach.lisp
+++ b/code/mach.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach.lisp,v 1.2 1992/02/15 12:49:00 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach.lisp,v 1.3 1992/02/15 13:00:05 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -58,7 +58,7 @@
 (defconstant kern-memory-present 23)
 
 (def-alien-routine ("mach_error_string" get-mach-error-msg) c-string
-  (kern-return errno))
+  (errno kern-return))
 
 ;;; GR-Error  --  Public
 ;;;
-- 
GitLab