1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/ORBacus/files/patch-aa
Satoshi Asami bf178b422d A CORBA 2 implementation.
PR:		3620
Submitted by:	Eric J. Chet <ejc@bazzle.com>
1997-06-04 03:38:53 +00:00

85 lines
2.5 KiB
Plaintext

Only in ../OB-1.0b8.freebsd/config: Make.rules
diff -c -r -b ./demo/Makefile.in ../OB-1.0b8.freebsd/demo/Makefile.in
*** ./demo/Makefile.in Fri May 9 12:43:29 1997
--- ../OB-1.0b8.freebsd/demo/Makefile.in Sun May 18 09:16:54 1997
***************
*** 20,26 ****
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
! SUBDIRS = hello nested chat repository naming
all::
--- 20,26 ----
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
! SUBDIRS = hello nested repository naming
all::
diff -c -r -b ./demo/chat/Client.cpp ../OB-1.0b8.freebsd/demo/chat/Client.cpp
*** ./demo/chat/Client.cpp Fri May 9 12:43:43 1997
--- ../OB-1.0b8.freebsd/demo/chat/Client.cpp Sat May 17 20:12:21 1997
***************
*** 17,23 ****
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
! #include <termio.h>
#include <sys/ioctl.h>
static struct termio TerminalSettings;
--- 17,23 ----
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
! #include <term.h>
#include <sys/ioctl.h>
static struct termio TerminalSettings;
diff -c -r -b ./demo/chat/Receiver_impl.h ../OB-1.0b8.freebsd/demo/chat/Receiver_impl.h
*** ./demo/chat/Receiver_impl.h Fri May 9 12:43:40 1997
--- ../OB-1.0b8.freebsd/demo/chat/Receiver_impl.h Sat May 17 20:12:31 1997
***************
*** 14,20 ****
#include <Broadcaster.h>
#include <ReceiverBase_impl.h>
#include <OB/Reactor.h>
! #include <termio.h>
class Receiver_impl : public ReceiverBase_impl, public OBEventHandler
{
--- 14,20 ----
#include <Broadcaster.h>
#include <ReceiverBase_impl.h>
#include <OB/Reactor.h>
! #include <term.h>
class Receiver_impl : public ReceiverBase_impl, public OBEventHandler
{
Only in ../OB-1.0b8.freebsd/demo/chat: server
Only in ../OB-1.0b8.freebsd/demo/hello: Hello.ref
Only in ../OB-1.0b8.freebsd/demo/naming: Naming.ref
Only in ../OB-1.0b8.freebsd/demo/nested: Peer.ref
Only in ../OB-1.0b8.freebsd/demo/repository: Interface.ref
Only in ../OB-1.0b8.freebsd/demo/repository: Repository.ref
Only in ./idl: Gram.cpp
Only in ./idl: Gram.h
Only in ./idl: Scan.cpp
Only in ../OB-1.0b8.freebsd/include/OB: Config.h
diff -c -r -b ./include/OB/Except.h ../OB-1.0b8.freebsd/include/OB/Except.h
*** ./include/OB/Except.h Fri May 9 12:43:41 1997
--- ../OB-1.0b8.freebsd/include/OB/Except.h Sat May 17 17:02:43 1997
***************
*** 10,15 ****
--- 10,16 ----
#ifndef OB_EXCEPT_H
#define OB_EXCEPT_H
+ #undef minor()
//
// The Exception classes