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
This commit is contained in:
Phil Shafer 2016-05-28 19:39:15 +00:00
parent 18d20be00f
commit c563bbe1a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300912
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
.\" # LICENSE.
.\" # Phil Shafer, July 2014
.\"
.Dd November 6, 2015
.Dd December 4, 2014
.Dt LIBXO 3
.Os
.Sh NAME

View File

@ -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