aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.lisp')
-rw-r--r--src/host.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host.lisp b/src/host.lisp
index 0f4106f..c8c882c 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -197,4 +197,4 @@ entries."
(defprop has-hostattrs :posix (k &rest vs)
"Push hostattrs VS of type K."
(:desc (format nil "Has hostattr~P ~A ~{~A~^, ~}" (length vs) k vs))
- (:hostattrs (apply #'push-hostattrs k vs)))
+ (:hostattrs (push-hostattrs k vs)))