From 4cf7fcc505ea80d6096dcc7a7bb7d85f92432c11 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 6 Dec 2000 02:52:54 +0000 Subject: Fixed compiler warning. (This used to be commit 6553f1d02792d81987dda51af76b4fc06d73a787) --- source3/lib/util_sec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c index 4306a94191..068be684f3 100644 --- a/source3/lib/util_sec.c +++ b/source3/lib/util_sec.c @@ -305,6 +305,7 @@ void become_user_permanently(uid_t uid, gid_t gid) assert_gid(gid, gid); } +#ifdef AUTOCONF_TEST /**************************************************************************** this function just checks that we don't get ENOSYS back @@ -334,7 +335,6 @@ static int have_syscall(void) return 0; } -#ifdef AUTOCONF_TEST main() { if (getuid() != 0) { -- cgit