pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/snooper/patches add patch missed in the previous...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/448ea73f6ed1
branches:  trunk
changeset: 477322:448ea73f6ed1
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Jun 29 23:42:46 2004 +0000

description:
add patch missed in the previous commit

diffstat:

 comms/snooper/patches/patch-aa |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r d5a134522f22 -r 448ea73f6ed1 comms/snooper/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/snooper/patches/patch-aa    Tue Jun 29 23:42:46 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/06/29 23:42:46 recht Exp $
+
+--- ../src/scrn.c.orig 1998-08-12 16:32:02.000000000 +0200
++++ ../src/scrn.c      2004-06-30 01:38:04.000000000 +0200
+@@ -33,7 +33,7 @@
+ #ifdef TIOCGWINSZ
+                       struct winsize win;
+ 
+-                      if (ioctl(STDERR_FILENO, TIOCGWINSZ, &win) == -1) {
++                      if (ioctl(STDERR_FILENO, TIOCGWINSZ, &win) != -1) {
+                               rows = win.ws_row;
+                               cols = win.ws_col;
+                       }



Home | Main Index | Thread Index | Old Index