CVS: rdesktop parse.h,1.9,1.10

Jay Sorg <[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-serv16351

Modified Files:
	parse.h 
Log Message:
fix age old compile error next_be is not defined when B_ENDIAN is and NEED_ALIGN is not

Index: parse.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/parse.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** parse.h	1 Jul 2003 09:31:24 -0000	1.9
--- parse.h	30 Jun 2004 17:57:47 -0000	1.10
***************
*** 71,75 ****
  
  #else
- #define next_be(s,v)		v = ((v) << 8) + *((s)->p++);
  #define in_uint16_be(s,v)	{ v = *((s)->p++); next_be(s,v); }
  #define in_uint32_be(s,v)	{ in_uint16_be(s,v); next_be(s,v); next_be(s,v); }
--- 71,74 ----
***************
*** 93,94 ****
--- 92,95 ----
  #define out_uint8a(s,v,n)	out_uint8p(s,v,n);
  #define out_uint8s(s,n)		{ memset((s)->p,0,n); (s)->p += n; }
+ 
+ #define next_be(s,v)		v = ((v) << 8) + *((s)->p++);



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
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.