~ubuntu-branches/ubuntu/natty/libxdmcp/natty

« back to all changes in this revision

Viewing changes to RC32.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Brice Goglin, Timo Aaltonen
  • Date: 2009-11-25 16:28:22 UTC
  • mfrom: (0.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091125162822-g5os8fxea1thwry7
Tags: 1:1.0.3-1
[ Brice Goglin ]
* Add a link to www.X.org and a reference to the upstream module
  in the long description.
* Add upstream URL to debian/copyright.

[ Timo Aaltonen ]
* New upstream release (closes: #555996).
* Run autoreconf on build. Add build-deps on automake, libtool
  and xutils-dev.
* Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
* Bump Standards-Version to 3.8.3.
* Move -dbg package to section debug.
* Drop pre-dependency on x11-common from libxdmcp-dev. This was needed
  for upgrades from sarge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include <X11/Xdmcp.h>
37
37
 
38
38
int
39
 
XdmcpReadCARD32 (buffer, valuep)
40
 
    XdmcpBufferPtr  buffer;
41
 
    CARD32Ptr       valuep;
 
39
XdmcpReadCARD32 (XdmcpBufferPtr buffer, CARD32Ptr valuep)
42
40
{
43
41
    CARD8   byte0, byte1, byte2, byte3;
44
42
    if (XdmcpReadCARD8 (buffer, &byte0) &&