aboutsummaryrefslogtreecommitdiffstats
path: root/posix.c
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:34 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:34 -0800
commit50eb784bfcf15ee3c6b0b53d747db92673395040 (patch)
tree60f039bb5aa27bc58d92ab0c7bab0d82dbfe7686 /posix.c
parentae2b295c7deaf2d7c18ad1ed9b6050970e56bae7 (diff)
downloadscm-50eb784bfcf15ee3c6b0b53d747db92673395040.tar.gz
scm-50eb784bfcf15ee3c6b0b53d747db92673395040.zip
Import Upstream version 5e3upstream/5e3
Diffstat (limited to 'posix.c')
-rw-r--r--posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix.c b/posix.c
index e6dab25..06e6b5f 100644
--- a/posix.c
+++ b/posix.c
@@ -154,7 +154,7 @@ SCM scm_getgroups()
The length needs not be exactly right */
grps = must_malloc_cell((0L + ngroups) * sizeof(gid_t),
MAKE_LENGTH(((0L + ngroups) * sizeof(gid_t))/sizeof(long),
- tc7_uvect),
+ tc7_VfixN32),
scm_s_getgroups);
ALLOW_INTS;
{