X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-idpriv-drop.c;h=85f5fe35bff9cb98a766a485f488173595e74492;hb=f283cf4e5364da816fdd6e376110035b04facae9;hp=bbc937cd75a7e8f9fd6c564e911fd3af6648da89;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-idpriv-drop.c b/tests/test-idpriv-drop.c index bbc937cd7..85f5fe35b 100644 --- a/tests/test-idpriv-drop.c +++ b/tests/test-idpriv-drop.c @@ -38,7 +38,7 @@ show_uids () (int) real, (int) effective, (int) saved); #elif HAVE_GETEUID printf ("uids: real=%d effective=%d", - (int) getuid (), (int) geteuid()); + (int) getuid (), (int) geteuid ()); #elif HAVE_GETUID printf ("uids: real=%d", (int) getuid ()); @@ -57,7 +57,7 @@ show_gids () (int) real, (int) effective, (int) saved); #elif HAVE_GETEGID printf ("gids: real=%d effective=%d", - (int) getgid (), (int) getegid()); + (int) getgid (), (int) getegid ()); #elif HAVE_GETGID printf ("gids: real=%d", (int) getgid ());