X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Flib%2Fcompatglob.c;h=8cf77eaa96447a97c8683aca3702aec8ee261482;hb=9c07a116ba53b31ac0efd178e5a737fd0584fe14;hp=4a83a2f75d07df75fc65d9e235a6eb45635bc176;hpb=e1abc9ce25132eef1239047a071c2c1d4822dd9f;p=dump.git diff --git a/compat/lib/compatglob.c b/compat/lib/compatglob.c index 4a83a2f..8cf77ea 100644 --- a/compat/lib/compatglob.c +++ b/compat/lib/compatglob.c @@ -65,10 +65,11 @@ #ifndef lint static const char rcsid[] = - "$Id: compatglob.c,v 1.9 2003/03/30 15:40:35 stelian Exp $"; + "$Id: compatglob.c,v 1.10 2003/10/26 16:05:46 stelian Exp $"; #endif /* not lint */ #include +#include #ifndef HAVE_GLOB @@ -358,7 +359,7 @@ globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) * the password file */ if ( -#ifndef __linux__ +#if !defined(__linux__) && !defined(sunos) #ifndef __NETBSD_SYSCALLS issetugid() != 0 || #endif