svn commit: r202108 - user/ed/utmpx/bin/csh

Ed Schouten ed at FreeBSD.org
Mon Jan 11 19:59:12 UTC 2010


Author: ed
Date: Mon Jan 11 19:59:12 2010
New Revision: 202108
URL: http://svn.freebsd.org/changeset/base/202108

Log:
  Only define UTMPX_FILE on FreeBSD.
  
  Proposed by:	mp

Modified:
  user/ed/utmpx/bin/csh/config_p.h

Modified: user/ed/utmpx/bin/csh/config_p.h
==============================================================================
--- user/ed/utmpx/bin/csh/config_p.h	Mon Jan 11 19:52:40 2010	(r202107)
+++ user/ed/utmpx/bin/csh/config_p.h	Mon Jan 11 19:59:12 2010	(r202108)
@@ -85,6 +85,7 @@
 /* Use LC_MESSAGES locale category to open the message catalog */
 #define MCLoadBySet NL_CAT_LOCALE
 #define BUFSIZE 8192
+#define UTMPX_FILE "/var/run/utx.active"
 #endif
 
 #if defined(__bsdi__)
@@ -110,6 +111,4 @@
 # define NLS_CATALOGS
 #endif
 
-#define	UTMPX_FILE	"/var/run/utx.active"
-
 #endif /* _h_config */


More information about the svn-src-user mailing list