Changeset: b652e6c59994 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b652e6c59994
Modified Files:
        buildtools/Mx/getopt.c
Branch: Apr2011
Log Message:

Bring getopt definition in line with declaration.


diffs (12 lines):

diff --git a/buildtools/Mx/getopt.c b/buildtools/Mx/getopt.c
--- a/buildtools/Mx/getopt.c
+++ b/buildtools/Mx/getopt.c
@@ -36,7 +36,7 @@
 char *optarg;
 
 int
-getopt(int argc, char **argv, char *opts)
+getopt(int argc, char **argv, const char *opts)
 {
     static int sp = 1;
     register int c;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to