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

(-)irc/party/files/patch-party.h (+9 lines)
Lines 1-5 Link Here
1
--- party.h.orig	Wed Oct 15 18:31:34 2003
1
--- party.h.orig	Wed Oct 15 18:31:34 2003
2
+++ party.h	Wed Oct 15 18:31:58 2003
2
+++ party.h	Wed Oct 15 18:31:58 2003
3
@@ -225,7 +225,7 @@
4
 
5
 #ifdef BSD
6
 #define L_FLOCK         /* Use flock() to lock files */
7
-#if defined(bsdi) || defined(linux)
8
+#if defined(bsdi) || defined(linux) || defined(__FreeBSD__)
9
 #define F_TERMIOS       /* Use tcsetattr() to set modes */
10
 #else
11
 #define F_STTY          /* Use stty() to set modes */
3
@@ -464,7 +464,7 @@
12
@@ -464,7 +464,7 @@
4
 #ifdef BSD
13
 #ifdef BSD
5
 int susp();
14
 int susp();

Return to bug 110354