aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 13:02:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 15:47:54 -0700
commit7cc4d107302ba19fbc62bb0b01be3067f783b9d7 (patch)
tree40eb81cf60cc6821031346c0dd4956fb6f293292 /src/connection/fork.lisp
parent6ddbb0f222980f0f8f54284ea8bb5e4d94f68b80 (diff)
downloadconsfigurator-7cc4d107302ba19fbc62bb0b01be3067f783b9d7.tar.gz
replace some (REQUIRE "sb-posix") calls with conditional dependency
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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.