[74010] trunk/base/src/pextlib1.0

jmr at macports.org jmr at macports.org
Wed Dec 1 15:44:20 PST 2010


Revision: 74010
          http://trac.macports.org/changeset/74010
Author:   jmr at macports.org
Date:     2010-12-01 15:44:15 -0800 (Wed, 01 Dec 2010)
Log Message:
-----------
move fgetln declaration that was forgotten when system was split into its own file

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

Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c	2010-12-01 23:42:03 UTC (rev 74009)
+++ trunk/base/src/pextlib1.0/Pextlib.c	2010-12-01 23:44:15 UTC (rev 74010)
@@ -90,10 +90,6 @@
 #include "setmode.h"
 #endif
 
-#if !HAVE_FGETLN
-char *fgetln(FILE *stream, size_t *len);
-#endif
-
 static char *
 ui_escape(const char *source)
 {

Modified: trunk/base/src/pextlib1.0/system.c
===================================================================
--- trunk/base/src/pextlib1.0/system.c	2010-12-01 23:42:03 UTC (rev 74009)
+++ trunk/base/src/pextlib1.0/system.c	2010-12-01 23:44:15 UTC (rev 74010)
@@ -61,6 +61,10 @@
 extern char **environ;
 #endif
 
+#if !HAVE_FGETLN
+char *fgetln(FILE *stream, size_t *len);
+#endif
+
 #ifndef _PATH_DEVNULL
 #define _PATH_DEVNULL "/dev/null"
 #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101201/68b60cf7/attachment.html>


More information about the macports-changes mailing list