gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/libiberty/waitpid.c


From: Milan Zamazal
Subject: Changes to gnats/libiberty/waitpid.c
Date: Mon, 10 Dec 2001 18:04:34 -0500

Index: gnats/libiberty/waitpid.c
diff -c gnats/libiberty/waitpid.c:1.1 gnats/libiberty/waitpid.c:1.2
*** gnats/libiberty/waitpid.c:1.1       Thu Nov  5 14:54:16 1998
--- gnats/libiberty/waitpid.c   Mon Dec 10 18:03:26 2001
***************
*** 1,3 ****
--- 1,10 ----
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif
+ #ifdef HAVE_SYS_WAIT_H
+ #include <sys/wait.h>
+ #endif
+ 
  int
  waitpid (pid, stat_loc, options)
        int pid, *stat_loc, options;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]