svn commit: r300912 - head/contrib/libxo/libxo

Phil Shafer phil at FreeBSD.org
Sat May 28 19:39:17 UTC 2016


Author: phil
Date: Sat May 28 19:39:15 2016
New Revision: 300912
URL: https://svnweb.freebsd.org/changeset/base/300912

Log:
  Undo meaningless local changes to libxo so we're in sync with the github repo.
  
  Submitted by:	phil
  Reviewed by:	sjg (mentor)
  Approved by:	sjg

Modified:
  head/contrib/libxo/libxo/xo_format.5
  head/contrib/libxo/libxo/xo_syslog.c

Modified: head/contrib/libxo/libxo/xo_format.5
==============================================================================
--- head/contrib/libxo/libxo/xo_format.5	Sat May 28 19:13:39 2016	(r300911)
+++ head/contrib/libxo/libxo/xo_format.5	Sat May 28 19:39:15 2016	(r300912)
@@ -7,7 +7,7 @@
 .\" # LICENSE.
 .\" # Phil Shafer, July 2014
 .\"
-.Dd November 6, 2015
+.Dd December 4, 2014
 .Dt LIBXO 3
 .Os
 .Sh NAME

Modified: head/contrib/libxo/libxo/xo_syslog.c
==============================================================================
--- head/contrib/libxo/libxo/xo_syslog.c	Sat May 28 19:13:39 2016	(r300911)
+++ head/contrib/libxo/libxo/xo_syslog.c	Sat May 28 19:39:15 2016	(r300912)
@@ -91,7 +91,7 @@
 #elif defined(__macosx__)
 #define XO_DEFAULT_EID	63
 #else
-#define XO_DEFAULT_EID	32473	/* Bail; use "example" number */
+#define XO_DEFAULT_EID	32473	/* Fallback to the "example" number */
 #endif
 
 #ifdef _SC_HOST_NAME_MAX


More information about the svn-src-head mailing list