Bump to 0.5.8nb1: initialize a previously uninitialized auto variable.

This commit is contained in:
kleink 2002-01-16 10:15:48 +00:00
parent 503d601cc6
commit c9ab5d0475
3 changed files with 17 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $ # $NetBSD: Makefile,v 1.2 2002/01/16 10:15:48 kleink Exp $
# #
DISTNAME= scmxx-0.5.8 DISTNAME= scmxx-0.5.8
PKGREVISION= 1
CATEGORIES= comms CATEGORIES= comms
MASTER_SITES= http://www.hendrik-sattler.de/scmxx/download/ MASTER_SITES= http://www.hendrik-sattler.de/scmxx/download/
EXTRACT_SUFX= .tar.bz2 EXTRACT_SUFX= .tar.bz2

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $ $NetBSD: distinfo,v 1.2 2002/01/16 10:15:48 kleink Exp $
SHA1 (scmxx-0.5.8.tar.bz2) = ab874880b4ece30b5ea4b8a75e7f43797fd80d7e SHA1 (scmxx-0.5.8.tar.bz2) = ab874880b4ece30b5ea4b8a75e7f43797fd80d7e
Size (scmxx-0.5.8.tar.bz2) = 55902 bytes Size (scmxx-0.5.8.tar.bz2) = 55902 bytes
SHA1 (patch-aa) = 6dcb7897f462ee8366d2c411b2326218f4decb1a SHA1 (patch-aa) = 6dcb7897f462ee8366d2c411b2326218f4decb1a
SHA1 (patch-ab) = 62a7e3c5ebe7e5f752692612a35f7cfa0b379f52

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2002/01/16 10:15:48 kleink Exp $
--- scmxx.c.orig Fri Jan 4 21:43:54 2002
+++ scmxx.c Wed Jan 16 11:11:25 2002
@@ -35,7 +35,7 @@
char *SMSSLOT_p=SMSSLOT;
char *PIN_p=PIN;
char *myPIPE_p=myPIPE;
- int RUN_INFO=0,RUN_SETTIME=0,RUN_SETSMSC;
+ int RUN_INFO=0,RUN_SETTIME=0,RUN_SETSMSC=0;
struct option myoptions[]=
{ {"remove",0,0,'r'},{"send",0,0,'s'},{"get",0,0,'g'},
{"bitmap",2,0,'B'},{"midi",2,0,'M'},{"vcal",2,0,'C'},{"vcf",2,0,'F'},