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
1 changed file:
Changes:
... | ... | @@ -2409,6 +2409,9 @@ |
2409 | 2409 | (password "" :type string)
|
2410 | 2410 | (uid 0 :type unix-uid)
|
2411 | 2411 | (gid 0 :type unix-gid)
|
2412 | + #+solaris (age "" :type string)
|
|
2413 | + #+solaris (comment "" :type string)
|
|
2414 | + #+freebsd (change -1 :type fixnum)
|
|
2412 | 2415 | (gecos "" :type string)
|
2413 | 2416 | (dir "" :type string)
|
2414 | 2417 | (shell "" :type string))
|