Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24816
Modified Files:
compat.h
Log Message:
Should be const char *.
Index: compat.h
===================================================================
RCS file: /cvsroot/tmux/tmux/compat.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- compat.h 19 May 2010 21:49:57 -0000 1.23
+++ compat.h 5 Jun 2010 16:29:40 -0000 1.24
@@ -203,8 +203,8 @@
#ifndef HAVE_SETENV
/* setenv.c */
-int setenv(char *, char *, int);
-int unsetenv(char *);
+int setenv(const char *, const char *, int);
+int unsetenv(const char *);
#endif
#ifndef HAVE_GETOPT
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs