-;;; -*-lisp-*0
+;;; -*-lisp-*-
;;;
;;; $Id$
;;;
(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)