[108133] trunk/base/src/pextlib1.0/strlcat.c

larryv at macports.org larryv at macports.org
Sat Jul 13 11:07:46 PDT 2013


Revision: 108133
          https://trac.macports.org/changeset/108133
Author:   larryv at macports.org
Date:     2013-07-13 11:07:46 -0700 (Sat, 13 Jul 2013)
Log Message:
-----------
pextlib1.0: Attempt to fix compilation on Linux (#39652).

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/strlcat.c

Modified: trunk/base/src/pextlib1.0/strlcat.c
===================================================================
--- trunk/base/src/pextlib1.0/strlcat.c	2013-07-13 17:39:47 UTC (rev 108132)
+++ trunk/base/src/pextlib1.0/strlcat.c	2013-07-13 18:07:46 UTC (rev 108133)
@@ -19,8 +19,7 @@
 #endif
 
 #ifndef HAVE_STRLCAT
-size_t
-strlcat(char *dst, const char *src, size_t size)
+size_t strlcat(char *dst, const char *src, size_t size)
 {
     size_t used, length, copy;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130713/b2a49d13/attachment.html>


More information about the macports-changes mailing list