search for: qsort_cast

Displaying 5 results from an estimated 5 matches for "qsort_cast".

1998 May 13
1
Compile problems, 19p7 (PR#7048)
...e that I've had any kind of warnings using gcc (18p4 compiled > fine with gcc 2.8.1). > Should I worry about this? I'd think that GCC would always be the > compiler of choice these days... Unfortunately we tested with the Sun compiler, c'est la vie :-). We missed one QSORT_CAST define in includes.h for Solaris. It is just a warning and can be ignored. If it really bugs you add : #ifndef QSORT_CAST #define QSORT_CAST (int (*)(const void *, const void *)) #endif /* QSORT_CAST */ to the SUNOS5 section of includes.h (which is what is in the main branch). This is fixed in...
1998 May 13
0
Compiling warnings in 1.9.18p7 (PR#7036)
...> > Compiling client.c > > client.c: In function `browse_host': > > client.c:2972: warning: passing arg 4 of `qsort' from incompatible pointer > > type > > > > Is there still a problem with this release ? > > Yes it's a non-issue. We missed one QSORT_CAST define in includes.h for Solaris. It is just a warning and can be ignored. If it really bugs you add : #ifndef QSORT_CAST #define QSORT_CAST (int (*)(const void *, const void *)) #endif /* QSORT_CAST */ to the SUNOS5 section of includes.h (which is what is in the main branch). This is fixed in...
1998 May 12
0
SAMBA digest 1684
...9.18p6 - fixes security hole by Andrew Tridgell <tridge@samba.anu.edu.au> While attempting to build the new release of Samba on my Solaris 2.5.1 Ultra 2 using Sun's 4.2 C compiler I had to make the following changes to includes.h: diff includes.h.old includes.h 332a333,335 > #ifndef QSORT_CAST > #define QSORT_CAST (int (*)(const void *, const void *)) > #endif /* QSORT_CAST */ The above lines were added to get ipc.c to compile without warnings. Henry J. Cocozzoli Systems Administrator Variation Systems Analysis, Inc. 300 Maple Park Blvd. St. Clair Shores MI 48081 Phone (810)774-...
1998 Jun 13
0
Samba 1.9.18p8 released.
...I can tell). 14). Added facility for user list code to be explicit about checking UNIX group database or NIS netgroup list. Updated smb.conf detailing this. 15). Fixed bug in multibyte character handling when parsing a pathname. 16). Fixed file descriptor leak in client code. 17). Fixed QSORT_CAST compile bugs on many systems. 18). Added codepages 737 (Greek) and 861 (Icelandic). If you have problems, or think you have found a bug please email a report to : samba-bugs@samba.anu.edu.au As always, all bugs are our responsibility. Regards, The Samba Team. Previous relea...
1998 Aug 26
1
Samba 1.9.18p10 released.
...I can tell). 14). Added facility for user list code to be explicit about checking UNIX group database or NIS netgroup list. Updated smb.conf detailing this. 15). Fixed bug in multibyte character handling when parsing a pathname. 16). Fixed file descriptor leak in client code. 17). Fixed QSORT_CAST compile bugs on many systems. 18). Added codepages 737 (Greek) and 861 (Icelandic). Previous release notes for 1.9.18p7 follow. ========================================================================= This release is a security hole patch fix for a security hole reported on BugTraq by Drago. The...