pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bsddip Drop pointless pointer compare.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8368fbd61afb
branches:  trunk
changeset: 631472:8368fbd61afb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 06 15:44:21 2014 +0000

description:
Drop pointless pointer compare.

diffstat:

 net/bsddip/distinfo         |   4 ++--
 net/bsddip/patches/patch-ab |  14 ++++++++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 7b7e648001c2 -r 8368fbd61afb net/bsddip/distinfo
--- a/net/bsddip/distinfo       Thu Mar 06 15:43:23 2014 +0000
+++ b/net/bsddip/distinfo       Thu Mar 06 15:44:21 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2013/09/10 14:26:49 joerg Exp $
+$NetBSD: distinfo,v 1.3 2014/03/06 15:44:21 joerg Exp $
 
 SHA1 (bsddip-1.02.tar.Z) = f938ba32fcbb958c6a9632502d6728cb0a8bac4c
 RMD160 (bsddip-1.02.tar.Z) = 799b899cee5ef1b8a49c8a0929a2c4f0d17bcbab
 Size (bsddip-1.02.tar.Z) = 78191 bytes
-SHA1 (patch-ab) = 63e5634844aba32e0f1467783743d1d6b97bf74a
+SHA1 (patch-ab) = 64ac16f5582e53085b211d819af7530639c1a803
 SHA1 (patch-ac) = 0bf7e78142ef21167475fd9af4071494054016e9
 SHA1 (patch-daemon.c) = f70a5313c4926f7bed62aebc15b43251c0bb2bff
diff -r 7b7e648001c2 -r 8368fbd61afb net/bsddip/patches/patch-ab
--- a/net/bsddip/patches/patch-ab       Thu Mar 06 15:43:23 2014 +0000
+++ b/net/bsddip/patches/patch-ab       Thu Mar 06 15:44:21 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2013/09/10 14:26:49 joerg Exp $
+$NetBSD: patch-ab,v 1.3 2014/03/06 15:44:21 joerg Exp $
 
 --- tty.c.orig 1995-06-30 23:41:05.000000000 +0000
 +++ tty.c
@@ -160,7 +160,17 @@
      {
        (void) fprintf ( stderr, "DIP: tty: open(%s, RW): %s\n",
                                                path, strerror ( errno ) );
-@@ -1118,10 +1178,5 @@ int  tty_open ( char *name )
+@@ -1080,8 +1140,7 @@ int  tty_open ( char *name )
+   /*
+    * If we are running in MASTER mode, set the default speed.
+    */
+-  if ( ( path  !=  NULL )
+-    && ( tty_set_speed ( &tty_current, "9600" )  !=  0 ) )
++  if ( ( tty_set_speed ( &tty_current, "9600" )  !=  0 ) )
+   {
+     (void) fprintf ( stderr, "DIP: tty: open: cannot set 9600 bps!\n" );
+ 
+@@ -1118,10 +1177,5 @@ int  tty_open ( char *name )
    {
      return 0 ;
    }



Home | Main Index | Thread Index | Old Index