gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/cygnal cygnal.cpp http.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/cygnal cygnal.cpp http.cpp
Date: Sun, 17 Dec 2006 23:50:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/12/17 23:50:49

Modified files:
        cygnal         : cygnal.cpp http.cpp 

Log message:
        Added id-tag

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/cygnal.cpp?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/http.cpp?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: cygnal.cpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/cygnal.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- cygnal.cpp  17 Dec 2006 23:46:20 -0000      1.3
+++ cygnal.cpp  17 Dec 2006 23:50:48 -0000      1.4
@@ -15,7 +15,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 // 
 
-/* $Id: cygnal.cpp,v 1.3 2006/12/17 23:46:20 nihilus Exp $ */
+/* $Id: cygnal.cpp,v 1.4 2006/12/17 23:50:48 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -34,6 +34,7 @@
 #endif
 #ifndef __GNUC__
         extern int optind, getopt(int, char *const *, const char *);
+       extern char *optarg;
 #endif
 }
 

Index: http.cpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/http.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- http.cpp    17 Dec 2006 02:34:58 -0000      1.1
+++ http.cpp    17 Dec 2006 23:50:48 -0000      1.2
@@ -15,6 +15,8 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
+/* $Id: http.cpp,v 1.2 2006/12/17 23:50:48 nihilus Exp $ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]