dtpdmd: Resolving warnings.

This commit is contained in:
Peter Howkins
2012-09-01 20:37:02 +01:00
parent e2b6c5420f
commit a1bec3d0e1
2 changed files with 3 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ static int generic_error_handler( edpy, eevent )
*
*****************************************************************************/
static void
#if defined(__aix)
#if defined(__aix) || defined(linux)
handle_SIGCLD(int sigNum)
#else
handle_SIGCLD(void)
@@ -261,6 +261,7 @@ static void xtkick_proc( XtPointer w, int *source, XtInputId *id)
*
* main
*/
int
main( argc, argv )
int argc;
char **argv;