From 652baf7debde3d02e8f3b75f2aaaefd0eec6bce6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 26 Jun 2012 16:46:25 -0700 Subject: root-uid: new module This is for portability to Tandem's NonStop Kernel. * lib/root-uid.h, modules/root-uid: New files. * lib/euidaccess.c, lib/pt_chown.c, lib/unlinkdir.c: * lib/write-any-file.c, tests/test-sethostname2.c: Include "root-uid.h". * lib/euidaccess.c (euidaccess): * lib/pt_chown.c (main): * lib/unlinkdir.c (cannot_unlink_dir): * lib/write-any-file.c (can_write_any_file): * m4/mknod.m4 (gl_FUNC_MKNOD): * tests/test-sethostname2.c (geteuid, main): Don't assume ROOT_UID == 0. * modules/euidaccess (Depends-on): * modules/pt_chown (Depends-on): * modules/sethostname-tests (Depends-on): * modules/unlinkdir (Depends-on): * modules/write-any-file (Depends-on): Add root-uid. --- modules/pt_chown | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pt_chown') diff --git a/modules/pt_chown b/modules/pt_chown index 515df4b725..ddde845a8e 100644 --- a/modules/pt_chown +++ b/modules/pt_chown @@ -7,6 +7,7 @@ lib/pty-private.h Depends-on: ptsname +root-uid stdlib configmake -- cgit v1.2.1