chiark / gitweb /
unix: Fix crap typo in header comment.
[lisp] / unix.lisp
index 3a01dd27de3d0290ce7bdfb123be5f431fa7608a..106b8f2af379a57f116318c1d1198c66ba5a78eb 100644 (file)
--- a/unix.lisp
+++ b/unix.lisp
@@ -1,4 +1,4 @@
-;;; -*-lisp-*0
+;;; -*-lisp-*-
 ;;;
 ;;; $Id$
 ;;;
@@ -123,7 +123,7 @@ (defun syscall* (name func &rest args)
 (defmacro syscall (func &rest args)
   "Call Unix system call FUNC, passing it ARGS.  If it returns an error,
 signal the unix-error condition, with FUNC and ARGS."
-  `(syscall* ',func ,func ,@args))
+  `(syscall* ',func #',func ,@args))
 
 (macrolet ((doit (doc slots)
             `(defstruct (stat (:predicate statp)