
Raymond Toy pushed to branch issue-393-os-common-getpwuid at cmucl / cmucl Commits: 1e249741 by Raymond Toy at 2025-03-28T14:15:48-07:00 Put back the OS-specific parts of user-info The code in contrib/unix.lisp needs these extra slots. Perhaps we should just modify contrib/unix.lisp so as not to use these slots anymore? - - - - - 1 changed file: - src/code/unix.lisp Changes: ===================================== src/code/unix.lisp ===================================== @@ -2409,6 +2409,9 @@ (password "" :type string) (uid 0 :type unix-uid) (gid 0 :type unix-gid) + #+solaris (age "" :type string) + #+solaris (comment "" :type string) + #+freebsd (change -1 :type fixnum) (gecos "" :type string) (dir "" :type string) (shell "" :type string)) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/1e24974142d0873b52995618... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/1e24974142d0873b52995618... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)