diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 17:31:58 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 17:31:58 +0800 |
commit | ae4959c4f030e4c01badba7816d56a09812638ab (patch) | |
tree | e5640547e61dc763bc604e0d63c8ab4f11d404a0 /irc | |
parent | 637674739dc3168b55c1de1122e0b3abcf942211 (diff) | |
download | freebsd-ports-gnome-ae4959c4f030e4c01badba7816d56a09812638ab.tar.gz freebsd-ports-gnome-ae4959c4f030e4c01badba7816d56a09812638ab.tar.zst freebsd-ports-gnome-ae4959c4f030e4c01badba7816d56a09812638ab.zip |
- Remove usage of sgtty.h
PR: 110354
Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/party/files/patch-party.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/irc/party/files/patch-party.h b/irc/party/files/patch-party.h index df57a217a2a6..82a3d5f0ada8 100644 --- a/irc/party/files/patch-party.h +++ b/irc/party/files/patch-party.h @@ -1,5 +1,14 @@ --- party.h.orig Wed Oct 15 18:31:34 2003 +++ party.h Wed Oct 15 18:31:58 2003 +@@ -225,7 +225,7 @@ + + #ifdef BSD + #define L_FLOCK /* Use flock() to lock files */ +-#if defined(bsdi) || defined(linux) ++#if defined(bsdi) || defined(linux) || defined(__FreeBSD__) + #define F_TERMIOS /* Use tcsetattr() to set modes */ + #else + #define F_STTY /* Use stty() to set modes */ @@ -464,7 +464,7 @@ #ifdef BSD int susp(); |