aboutsummaryrefslogtreecommitdiff
path: root/src/connection/setuid.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/setuid.lisp')
-rw-r--r--src/connection/setuid.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connection/setuid.lisp b/src/connection/setuid.lisp
index 1397599..51685f2 100644
--- a/src/connection/setuid.lisp
+++ b/src/connection/setuid.lisp
@@ -17,8 +17,6 @@
(in-package :consfigurator.connection.setuid)
(named-readtables:in-readtable :consfigurator)
-#+sbcl (eval-when (:compile-toplevel :load-toplevel :execute)
- (require "sb-posix"))
(defun setuid (uid)
#+sbcl (sb-posix:setuid uid)