oops, removing them now.

This commit is contained in:
aanriot 2005-07-25 19:30:48 +00:00
parent 038999b779
commit c6ec9ad072
6 changed files with 0 additions and 72 deletions

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_lib_howl_Makefile_in,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $
--- src/lib/howl/Makefile.in.orig Mon Nov 22 19:13:02 2004
+++ src/lib/howl/Makefile.in Thu Jan 20 19:41:08 2005
@@ -101,7 +101,7 @@ DIST_SUBDIRS = MacOSX Posix Win32 NotOSX
sources_h = buffer_i.h channel_i.h interface_i.h ior.h message_i.h object_i.h orb_i.h profile.h discovery_i.h salt_i.h signal_i.h socket_i.h text_record_i.h time_i.h tlist.h mdns_stub.h
sources_c = address.c buffer.c channel.c debug.c interface.c ior.c message.c object.c orb.c platform.c profile.c discovery.c salt.c signal.c socket.c text_record.c time.c
INCLUDES = -I$(top_srcdir)/include/ -I../
-CFLAGS = -DHOWL_KERNEL
+CFLAGS += -DHOWL_KERNEL
lib_LTLIBRARIES = libhowl.la
libhowl_la_SOURCES = $(sources_h) $(sources_c)
libhowl_la_LDFLAGS = -version-info $(HOWL_LIBRARY_VERSION)

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_lib_howl_Posix_posix_interface_c,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $
--- src/lib/howl/Posix/posix_interface.c.orig Thu Oct 28 15:11:19 2004
+++ src/lib/howl/Posix/posix_interface.c Thu Jan 20 02:45:09 2005
@@ -629,7 +629,7 @@ sw_network_interfaces(
ifr = (struct ifreq*) ptr;
-#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
ptr += sizeof(ifr->ifr_name) + max(sizeof(struct sockaddr), ifr->ifr_addr.sa_len);

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_lib_howl_Posix_posix_signal_h,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $
--- src/lib/howl/Posix/posix_signal.h.orig Sat Apr 17 16:51:42 2004
+++ src/lib/howl/Posix/posix_signal.h Thu Jan 20 19:41:47 2005
@@ -43,7 +43,7 @@ struct _sw_posix_signal
#if defined(__linux__)
__sighandler_t m_original;
-#elif defined (__sun) || defined(__NetBSD__)
+#elif defined (__sun) || defined(__OpenBSD__)
void * m_original;
#else
__sighandler_t * m_original;

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_lib_howl_time_c,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $
--- src/lib/howl/time.c.orig Sat Jul 31 17:26:06 2004
+++ src/lib/howl/time.c Thu Jan 20 02:44:36 2005
@@ -29,7 +29,7 @@
#include "time_i.h"
#include <salt/debug.h>
#include <stdio.h>
-#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
# include <sys/time.h>
#elif defined(WIN32)
# include <time.h>

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_lib_mDNSResponder_Makefile_in,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $
--- src/lib/mDNSResponder/Makefile.in.orig Mon Nov 22 19:13:03 2004
+++ src/lib/mDNSResponder/Makefile.in Thu Jan 20 19:44:01 2005
@@ -101,7 +101,7 @@ DIST_SUBDIRS = Posix Win32
sources_h = DNSServices.h mDNSClientAPI.h mDNSDebug.h mDNSPlatformFunctions.h mDNSPlatform.h mDNSServant.h
sources_c = DNSServices.c mDNS.c mDNSPlatform.c mDNSServant.c
INCLUDES = -I$(top_srcdir)/include/ -I../howl
-CFLAGS = -DHOWL_KERNEL
+CFLAGS += -DHOWL_KERNEL
lib_LTLIBRARIES = libmDNSResponder.la
libmDNSResponder_la_SOURCES = $(sources_h) $(sources_c)
libmDNSResponder_la_LDFLAGS = -version-info $(MDNSRESPONDER_LIBRARY_VERSION)

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_mDNSResponder_Makefile_in,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $
--- src/mDNSResponder/Makefile.in.orig Mon Nov 22 19:13:03 2004
+++ src/mDNSResponder/Makefile.in Thu Jan 20 19:46:27 2005
@@ -98,7 +98,7 @@ am__quote = @am__quote@
install_sh = @install_sh@
SUBDIRS = Posix Win32
INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/src/lib/howl -I$(top_srcdir)/src/lib/mDNSResponder
-CFLAGS = -DHOWL_KERNEL
+CFLAGS += -DHOWL_KERNEL
LDADD = $(top_srcdir)/src/lib/mDNSResponder/libmDNSResponder.la $(top_srcdir)/src/lib/howl/libhowl.la $(PLATFORM_LIBS)
AM_LDFLAGS = -static
bin_PROGRAMS = mDNSResponder