svn rev #25283: trunk/src/ util/support/

ghudson@MIT.EDU ghudson at MIT.EDU
Wed Sep 28 18:26:28 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25283
Commit By: ghudson
Log Message:
Revert r25274 and just don't include sys/cdefs.h.


Changed Files:
U   trunk/src/configure.in
U   trunk/src/util/support/fnmatch.c
Modified: trunk/src/configure.in
===================================================================
--- trunk/src/configure.in	2011-09-28 21:04:06 UTC (rev 25282)
+++ trunk/src/configure.in	2011-09-28 22:26:27 UTC (rev 25283)
@@ -797,7 +797,7 @@
 rpcent_define='#define STRUCT_RPCENT_IN_RPC_NETDB_H'])
 AC_SUBST(rpcent_define)
 
-AC_CHECK_HEADERS(sys/select.h sys/time.h unistd.h sys/cdefs.h)
+AC_CHECK_HEADERS(sys/select.h sys/time.h unistd.h)
 if test $ac_cv_header_sys_select_h = yes; then
   GSSRPC__SYS_SELECT_H='#include <sys/select.h>'
 else

Modified: trunk/src/util/support/fnmatch.c
===================================================================
--- trunk/src/util/support/fnmatch.c	2011-09-28 21:04:06 UTC (rev 25282)
+++ trunk/src/util/support/fnmatch.c	2011-09-28 22:26:27 UTC (rev 25283)
@@ -31,9 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-#ifdef HAVE_SYS_CDEFS_H
-#include <sys/cdefs.h>
-#endif
+
 #if defined(LIBC_SCCS) && !defined(lint)
 #if 0
 static char sccsid[] = "@(#)fnmatch.c	8.2 (Berkeley) 4/16/94";




More information about the cvs-krb5 mailing list