Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2009 23:03:38 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194272 - head/kerberos5/include
Message-ID:  <200906152303.n5FN3cwP004583@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906152303.n5FN3cwP004583>