CVS: rdesktop disk.c,1.48,1.49 orders.c,1.48,1.49 rdp.c,1.85,1.86 rdpdr.c,1.40,1.41

Peter Åstrand <[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-serv2725

Modified Files:
	disk.c orders.c rdp.c rdpdr.c 
Log Message:
Indent fixes

Index: disk.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/disk.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** disk.c	2 Apr 2005 17:49:56 -0000	1.48
--- disk.c	3 Apr 2005 18:08:02 -0000	1.49
***************
*** 121,131 ****
  };
  
! int dummy_statfs(struct dummy_statfs_t *buf)
  {
! 	buf->f_blocks=262144;
! 	buf->f_bfree=131072;
! 	buf->f_bsize=512;
! 	buf->f_namelen=255;
! 	buf->f_namemax=255;
  
  	return 0;
--- 121,132 ----
  };
  
! int
! dummy_statfs(struct dummy_statfs_t *buf)
  {
! 	buf->f_blocks = 262144;
! 	buf->f_bfree = 131072;
! 	buf->f_bsize = 512;
! 	buf->f_namelen = 255;
! 	buf->f_namemax = 255;
  
  	return 0;

Index: orders.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/orders.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** orders.c	15 Mar 2005 11:25:49 -0000	1.48
--- orders.c	3 Apr 2005 18:08:03 -0000	1.49
***************
*** 936,940 ****
  		in_uint16_le(s, pad2);	/* pad */
  		in_uint16_le(s, size);
! 		/*      in_uint8s(s, 4);  */ /* row_size, final_size */
  		in_uint16_le(s, row_size);
  		in_uint16_le(s, final_size);
--- 936,940 ----
  		in_uint16_le(s, pad2);	/* pad */
  		in_uint16_le(s, size);
! 		/*      in_uint8s(s, 4);  *//* row_size, final_size */
  		in_uint16_le(s, row_size);
  		in_uint16_le(s, final_size);

Index: rdp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** rdp.c	19 Mar 2005 15:30:14 -0000	1.85
--- rdp.c	3 Apr 2005 18:08:04 -0000	1.86
***************
*** 162,166 ****
  	size_t ibl = strlen(string), obl = len + 2;
  	static iconv_t iconv_h = (iconv_t) - 1;
! 	char *pin = string, *pout = (char *)s->p;
  
  	memset(pout, 0, len + 4);
--- 162,166 ----
  	size_t ibl = strlen(string), obl = len + 2;
  	static iconv_t iconv_h = (iconv_t) - 1;
! 	char *pin = string, *pout = (char *) s->p;
  
  	memset(pout, 0, len + 4);
***************
*** 235,239 ****
  #ifdef HAVE_ICONV
  	size_t ibl = uni_len, obl = uni_len;
! 	char *pin = (char *)s->p, *pout = string;
  	static iconv_t iconv_h = (iconv_t) - 1;
  
--- 235,239 ----
  #ifdef HAVE_ICONV
  	size_t ibl = uni_len, obl = uni_len;
! 	char *pin = (char *) s->p, *pout = string;
  	static iconv_t iconv_h = (iconv_t) - 1;
  

Index: rdpdr.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpdr.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** rdpdr.c	15 Mar 2005 11:25:49 -0000	1.40
--- rdpdr.c	3 Apr 2005 18:08:05 -0000	1.41
***************
*** 960,964 ****
  
  					/* iv_timeout between 2 chars, send partial_len */
! 					/*printf("RDPDR: IVT total %u bytes read of %u\n", iorq->partial_len, iorq->length);*/
  					rdpdr_send_completion(iorq->device,
  							      iorq->id, STATUS_SUCCESS,
--- 960,964 ----
  
  					/* iv_timeout between 2 chars, send partial_len */
! 					/*printf("RDPDR: IVT total %u bytes read of %u\n", iorq->partial_len, iorq->length); */
  					rdpdr_send_completion(iorq->device,
  							      iorq->id, STATUS_SUCCESS,



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
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.