Date: Sat, 28 May 2016 19:39:15 +0000 (UTC) From: Phil Shafer <phil@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300912 - head/contrib/libxo/libxo Message-ID: <201605281939.u4SJdFX6060839@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281939.u4SJdFX6060839>