Author: branden
Date: 2004-01-20 15:34:00 -0500 (Tue, 20 Jan 2004)
New Revision: 942

Modified:
   branches/4.3.0/sid/debian/patches/901_Wraphelp.c.diff
Log:
Correctly declare the return types of _XdmcpAuthSetup() and
_XdmcpAuthDoIt() as void (compatible with the prototyping in Xdmcp's
Wrap.h).


Modified: branches/4.3.0/sid/debian/patches/901_Wraphelp.c.diff
===================================================================
--- branches/4.3.0/sid/debian/patches/901_Wraphelp.c.diff       2004-01-20 
20:10:04 UTC (rev 941)
+++ branches/4.3.0/sid/debian/patches/901_Wraphelp.c.diff       2004-01-20 
20:34:00 UTC (rev 942)
@@ -383,7 +383,7 @@
 +
 +# include   "Wrap.h"
 +
-+/*ARGSUSED*/
++void
 +_XdmcpAuthSetup (key, schedule)
 +    auth_cblock               key;
 +    auth_wrapper_schedule     schedule;
@@ -394,7 +394,7 @@
 +    setkey (expand_key);
 +}
 +
-+/*ARGSUSED*/
++void
 +_XdmcpAuthDoIt (input, output, schedule, edflag)
 +    auth_cblock               input, output;
 +    auth_wrapper_schedule     schedule;

Reply via email to