summaryrefslogtreecommitdiff
path: root/devel/ORBacus/files/patch-aa
blob: 10dbc8836e9f82888d2b8d4bd9c79ba77a3535fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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