atom feed7 messages in org.freebsd.freebsd-archRe: Making glob(3) portable (was Re: ...
FromSent OnAttachments
Mike HeffnerJul 24, 2001 8:40 pm 
Assar WesterlundJul 25, 2001 9:23 am 
Mike HeffnerJul 25, 2001 7:44 pm 
Assar WesterlundJul 27, 2001 5:29 am 
Mike HeffnerJul 27, 2001 7:25 pm 
Assar WesterlundJul 31, 2001 9:32 pm 
Peter PentchevAug 1, 2001 12:45 am 
Subject:Re: Making glob(3) portable (was Re: Importing lukemftpd)
From:Mike Heffner (mhef@novacoxmail.com)
Date:Jul 27, 2001 7:25:25 pm
List:org.freebsd.freebsd-arch

On 27-Jul-2001 Assar Westerlund wrote: | | Ok, except I don't really like this errno part. I think it's bad | using errno as a substitute for different error codes from glob() and | it's not really going to be portable either, is it? Does the others | set errno = 0 if the limit is reached?

I don't really like it too much either, but this is what NetBSD and OpenBSD use so it's purely for compatibility reasons.

Mike