2ced1f27a2
in pkg/10552. Changes from version 3.5.8: Network is fully functional under non-threaded compile. Possible fix for "pipe_master_status" calls on slaves. Added 940-1524C smart signal cable support. Added internationalization support. There is _only_ the support but no current code is written for the intl package. It can be compiled in, but intl strings have still to be translated (to be done in the future). Added new configuration options to reduce init time of daemon. powersc CONFIG powersc NAME powersc BATTERY Fixes a FIFO error
20 lines
443 B
Text
20 lines
443 B
Text
$NetBSD: patch-ai,v 1.2 2000/08/05 07:31:21 jlam Exp $
|
|
|
|
--- apchttp.c.orig Mon Apr 26 14:16:43 1999
|
|
+++ apchttp.c Sat Aug 5 02:52:41 2000
|
|
@@ -70,7 +70,6 @@
|
|
|
|
#include <ctype.h>
|
|
#include <errno.h>
|
|
-#include <netinet/in.h>
|
|
#include <signal.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
@@ -80,6 +79,7 @@
|
|
#include <sys/types.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
+#include <netinet/in.h>
|
|
|
|
#include <apc_config.h>
|
|
#include <apc_i18n.h>
|