aboutsummaryrefslogtreecommitdiff
path: root/src/connection/setuid.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/setuid.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/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)