CVS: rdesktop rdesktop.h,1.31,1.32 rdesktop.c,1.137,1.138

Michael Gernoth <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9043

Modified Files:
	rdesktop.h rdesktop.c 
Log Message:
Globally include limits.h for PATH_MAX, as this is used in types.h


Index: rdesktop.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** rdesktop.h	8 May 2005 17:57:12 -0000	1.31
--- rdesktop.h	15 Aug 2005 12:06:58 -0000	1.32
***************
*** 30,33 ****
--- 30,34 ----
  #include <unistd.h>
  #endif
+ #include <limits.h>		/* PATH_MAX */
  
  #define VERSION "1.4.1"

Index: rdesktop.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** rdesktop.c	8 Aug 2005 19:15:55 -0000	1.137
--- rdesktop.c	15 Aug 2005 12:06:59 -0000	1.138
***************
*** 28,32 ****
  #include <sys/times.h>		/* times */
  #include <ctype.h>		/* toupper */
- #include <limits.h>		/* PATH_MAX */
  #include <errno.h>
  #include "rdesktop.h"
--- 28,31 ----



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.