aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/fork.lisp')
-rw-r--r--src/connection/fork.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index 67ce84e..be392cd 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -17,8 +17,6 @@
(in-package :consfigurator.connection.fork)
(named-readtables:in-readtable :consfigurator)
-#+sbcl (eval-when (:compile-toplevel :load-toplevel :execute)
- (require "sb-posix"))
;; Use only implementation-specific fork and waitpid calls to avoid thread
;; woes. Things like chroot(2) and setuid(2), however, should be okay.