summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-01-02 03:00:50 +0000
committerMike Frysinger <vapier@gentoo.org>2003-01-02 03:00:50 +0000
commit44d2a150b41f7a3afdd523f5477c12d57055db99 (patch)
treef4fb43bc8ff63499ed4d074dafc27f5ddf7661ab /net-misc/ntp/files
parentnew version (diff)
downloadgentoo-2-44d2a150b41f7a3afdd523f5477c12d57055db99.tar.gz
gentoo-2-44d2a150b41f7a3afdd523f5477c12d57055db99.tar.bz2
gentoo-2-44d2a150b41f7a3afdd523f5477c12d57055db99.zip
linux namespace collision fixes
Diffstat (limited to 'net-misc/ntp/files')
-rw-r--r--net-misc/ntp/files/linux-config-phone.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/net-misc/ntp/files/linux-config-phone.patch b/net-misc/ntp/files/linux-config-phone.patch
new file mode 100644
index 000000000000..c5bcf92c4339
--- /dev/null
+++ b/net-misc/ntp/files/linux-config-phone.patch
@@ -0,0 +1,34 @@
+--- ntpd/ntp_config.c.orig 2001-11-19 21:12:15.000000000 -0500
++++ ntpd/ntp_config.c 2003-01-01 21:50:37.000000000 -0500
+@@ -9,15 +9,6 @@
+ # include <netinfo/ni.h>
+ #endif
+
+-#include "ntpd.h"
+-#include "ntp_io.h"
+-#include "ntp_unixtime.h"
+-#include "ntp_refclock.h"
+-#include "ntp_filegen.h"
+-#include "ntp_stdlib.h"
+-#include "ntp_config.h"
+-#include "ntp_cmdargs.h"
+-
+ #ifdef PUBKEY
+ # include "ntp_crypto.h"
+ #endif /* PUBKEY */
+@@ -42,6 +33,15 @@
+ extern HANDLE ResolverThreadHandle;
+ #endif /* SYS_WINNT */
+
++#include "ntpd.h"
++#include "ntp_io.h"
++#include "ntp_unixtime.h"
++#include "ntp_refclock.h"
++#include "ntp_filegen.h"
++#include "ntp_stdlib.h"
++#include "ntp_config.h"
++#include "ntp_cmdargs.h"
++
+ extern int priority_done;
+
+ /*