[Bacula-users] Re: [Bacula-devel] fnmatch

2006-04-17 Thread Kern Sibbald
On Monday 17 April 2006 17:41, Robert Nelson wrote: > How very strange, I originally had FNM_PATHNAME in the email and then did a > grep to see which of the two names were used in the source. However > sometime between doing the grep and editting the email I swapped the two in > my head. The sour

[Bacula-users] RE: [Bacula-devel] fnmatch

2006-04-17 Thread Robert Nelson
How very strange, I originally had FNM_PATHNAME in the email and then did a grep to see which of the two names were used in the source. However sometime between doing the grep and editting the email I swapped the two in my head. The source refers to FNM_PATHNAME not FNM_FILE_NAME. But it is kind

[Bacula-users] Re: [Bacula-devel] fnmatch

2006-04-17 Thread Kern Sibbald
On Monday 17 April 2006 16:12, Robert Nelson wrote: > It seems from this discussion the manual needs changing anyways. > > FNM_FILE_NAME is GNU specific, posix uses FNM_PATHNAME, behaviour is the > same. I just used FNM_FILE_NAME because that is what you already use in > some places in the source.

[Bacula-users] RE: [Bacula-devel] fnmatch

2006-04-17 Thread Robert Nelson
It seems from this discussion the manual needs changing anyways. FNM_FILE_NAME is GNU specific, posix uses FNM_PATHNAME, behaviour is the same. I just used FNM_FILE_NAME because that is what you already use in some places in the source. So I don't believe there is any portability issue, particul