summaryrefslogtreecommitdiff
path: root/net/ORBit/patches/patch-ag
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-12 08:15:56 +0000
committertron <tron@pkgsrc.org>1999-11-12 08:15:56 +0000
commitf6b13a2fb2a00b63fbc3c615ced59c1658288fa6 (patch)
treebdca23c3150b5907a2eda54264ba583404ad6785 /net/ORBit/patches/patch-ag
parenteff437ed922e62fdfd27feddbc4b85de97b39abd (diff)
downloadpkgsrc-f6b13a2fb2a00b63fbc3c615ced59c1658288fa6.tar.gz
New patches supplied by UEBAYASHI 'UMA' Masao which apply without fuzz.
Diffstat (limited to 'net/ORBit/patches/patch-ag')
-rw-r--r--net/ORBit/patches/patch-ag8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ORBit/patches/patch-ag b/net/ORBit/patches/patch-ag
index 106bfe53a1d..8768ce41dd0 100644
--- a/net/ORBit/patches/patch-ag
+++ b/net/ORBit/patches/patch-ag
@@ -1,14 +1,14 @@
-$NetBSD: patch-ag,v 1.3 1999/03/05 00:25:10 tron Exp $
+$NetBSD: patch-ag,v 1.4 1999/11/12 08:15:56 tron Exp $
---- src/IIOP/connection.c.orig Sun Feb 21 19:56:43 1999
-+++ src/IIOP/connection.c Thu Mar 4 23:34:25 1999
+--- src/IIOP/connection.c.orig Thu Sep 23 04:25:32 1999
++++ src/IIOP/connection.c Fri Nov 12 11:18:11 1999
@@ -1,3 +1,6 @@
+#include <sys/types.h>
+#include <sys/param.h>
+#include <stdio.h>
#include "config.h"
#ifndef _XOPEN_SOURCE_EXTENDED
- # define _XOPEN_SOURCE_EXTENDED
+ # define _XOPEN_SOURCE_EXTENDED 1
@@ -13,7 +16,6 @@
#include <stdlib.h>
#include <unistd.h>