[PATCH] SAMBA_3_0 : remove ldap_domain2hostlist()

Jeremy Allison jra at samba.org
Wed May 3 21:10:27 GMT 2006


On Wed, May 03, 2006 at 03:53:28PM -0500, Gerald (Jerry) Carter wrote:
> +
> +#define SVAL_BE(buf,pos) (PVAL(buf,pos)<<8|PVAL(buf,(pos)+1))

This is :

RSVAL in include/byteorder.h

> +#define IVAL_BE(buf,pos) (SVAL(buf,pos)<<16|SVAL(buf,(pos)+2))

This is :

RIVAL in include/byteorder.h

Jeremy.


More information about the samba-technical mailing list