Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27232

Modified Files:
        compat.h configure 
Log Message:
Fix AIX warnings.


Index: compat.h
===================================================================
RCS file: /cvsroot/tmux/tmux/compat.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- compat.h    27 Oct 2010 21:40:03 -0000      1.30
+++ compat.h    11 Nov 2010 20:45:49 -0000      1.31
@@ -159,6 +159,7 @@
 #endif
 
 #ifndef HAVE_BZERO
+#undef bzero
 #define bzero(buf, len) memset(buf, 0, len);
 #endif
 
@@ -202,6 +203,7 @@
 
 #ifndef HAVE_FORKPTY
 /* forkpty.c */
+#include <sys/ioctl.h>
 pid_t           forkpty(int *, char *, struct termios *, struct winsize *);
 #endif
 

Index: configure
===================================================================
RCS file: /cvsroot/tmux/tmux/configure,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- configure   11 Nov 2010 20:37:53 -0000      1.57
+++ configure   11 Nov 2010 20:45:49 -0000      1.58
@@ -131,7 +131,6 @@
 # 
------------------------------------------------------------------------------
     AIX)
        cat <<EOF >>$CONFIG_H
-#define HAVE_BZERO
 #define HAVE_SETENV
 #define HAVE_STDINT_H
 EOF


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to