aboutsummaryrefslogtreecommitdiff
path: root/src/util/linux-namespace.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/linux-namespace.lisp')
-rw-r--r--src/util/linux-namespace.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/linux-namespace.lisp b/src/util/linux-namespace.lisp
index 3bc2e59..53c816b 100644
--- a/src/util/linux-namespace.lisp
+++ b/src/util/linux-namespace.lisp
@@ -24,7 +24,7 @@
numerical subordinate ID and numerical subordinate ID count for the first
entry in FILE for IDENTIFIER."
(with-open-file (file file)
- (loop with info = (osicat:user-info identifier)
+ (loop with info = (user:user-info identifier)
with fields
= (list (cdr (assoc :name info))
(write-to-string (cdr (assoc :user-id info))))