Get rid of sys/signal.h.

This commit is contained in:
Guus Sliepen 2002-02-12 14:36:45 +00:00
parent dd611fb4f9
commit f64b41a73b
2 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: meta.c,v 1.1.2.22 2002/02/10 21:57:54 guus Exp $
$Id: meta.c,v 1.1.2.23 2002/02/12 14:36:45 guus Exp $
*/
#include "config.h"
@ -26,10 +26,10 @@
#include <errno.h>
#include <syslog.h>
#include <sys/signal.h>
#include <unistd.h>
#include <string.h>
/* This line must be below the rest for FreeBSD */
#include <sys/types.h>
#include <sys/socket.h>
#include <openssl/evp.h>

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net.c,v 1.35.4.154 2002/02/11 15:59:18 guus Exp $
$Id: net.c,v 1.35.4.155 2002/02/12 14:36:45 guus Exp $
*/
#include "config.h"
@ -34,7 +34,6 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <sys/signal.h>
#include <sys/time.h>
#include <sys/types.h>
#include <syslog.h>