svn commit: r194272 - head/kerberos5/include

Xin LI delphij at FreeBSD.org
Mon Jun 15 23:03:39 UTC 2009


Author: delphij
Date: Mon Jun 15 23:03:38 2009
New Revision: 194272
URL: http://svn.freebsd.org/changeset/base/194272

Log:
  Now we have closefrom().

Modified:
  head/kerberos5/include/config.h

Modified: head/kerberos5/include/config.h
==============================================================================
--- head/kerberos5/include/config.h	Mon Jun 15 22:38:05 2009	(r194271)
+++ head/kerberos5/include/config.h	Mon Jun 15 23:03:38 2009	(r194272)
@@ -139,7 +139,7 @@ static /**/const char *const rcsid[] = {
 #define HAVE_CHOWN 1
 
 /* Define if you have the function `closefrom'. */
-/* #undef HAVE_CLOSEFROM */
+#define HAVE_CLOSEFROM
 
 /* Define to 1 if you have the <config.h> header file. */
 /* #undef HAVE_CONFIG_H */


More information about the svn-src-all mailing list