View | Details | Raw Unified | Return to bug 110378
Collapse All | Expand All

(-)misc/heyu2/files/patch-Configure (+11 lines)
Line 0 Link Here
1
--- Configure	Fri Mar 16 09:25:28 2007
2
+++ Configure	Fri Mar 16 09:25:39 2007
3
@@ -104,7 +104,7 @@
4
 	CC ?= gcc
5
 	CFLAGS += -g -O \$(DFLAGS) -Wall
6
 	LIBS = -lm -lc
7
-	DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD -DLOCKDIR=\"/var/spool/lock\" -DSYSBASEDIR=\"/usr/local/etc/heyu\" -DSPOOLDIR=\"/var/tmp/heyu\" $CM17AFLAG $EXT0FLAG
8
+	DFLAGS= -DPOSIX -DHASSELECT -DNEEDGTIME -DFREEBSD -DLOCKDIR=\"/var/spool/lock\" -DSYSBASEDIR=\"/usr/local/etc/heyu\" -DSPOOLDIR=\"/var/tmp/heyu\" $CM17AFLAG $EXT0FLAG
9
 EoF
10
 	;;
11
     openbsd)
(-)misc/heyu2/files/patch-tty.c-tty_aux.c (+32 lines)
Line 0 Link Here
1
--- tty.c	Sun Mar 30 22:57:59 2003
2
+++ tty.c	Thu Mar 15 22:48:59 2007
3
@@ -86,11 +86,11 @@
4
 #include <sgtty.h>
5
 struct sgttyb oldsb, newsb;
6
 #else
7
-#ifndef POSIX
8
-#include <termio.h>
9
 #ifndef NCC
10
 #define NCC NCCS
11
 #endif
12
+#ifndef POSIX
13
+#include <termio.h>
14
 struct termio oldsb, newsb;
15
 #else
16
 #include <termios.h>
17
--- tty_aux.c	Sun Mar 30 22:57:59 2003
18
+++ tty_aux.c	Thu Mar 15 22:48:59 2007
19
@@ -86,11 +86,11 @@
20
 #include <sgtty.h>
21
 struct sgttyb oldsb, newsb;
22
 #else
23
-#ifndef POSIX
24
-#include <termio.h>
25
 #ifndef NCC
26
 #define NCC NCCS
27
 #endif
28
+#ifndef POSIX
29
+#include <termio.h>
30
 struct termio oldsb, newsb;
31
 #else
32
 #include <termios.h>

Return to bug 110378