openat: detect Solaris fchownat bug
[pspp] / lib / getgroups.c
index c07f2de2389663196b09d1e3a44927375d20c3b4..e2bb68eff290529db5e987abe80574b2912c870f 100644 (file)
@@ -67,7 +67,6 @@ rpl_getgroups (int n, gid_t *group)
   if (n != 0 || !GETGROUPS_ZERO_BUG)
     {
       int result;
-      int saved_errno;
       if (sizeof *group == sizeof *gbuf)
         return getgroups (n, (GETGROUPS_T *) group);