Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/isdn/isdntel remove unwanted shadowing of variables



details:   https://anonhg.NetBSD.org/src/rev/bbebe951a6e3
branches:  trunk
changeset: 521741:bbebe951a6e3
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Feb 04 16:48:44 2002 +0000

description:
remove unwanted shadowing of variables

diffstat:

 usr.sbin/isdn/isdntel/main.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r a7ab0ae9b528 -r bbebe951a6e3 usr.sbin/isdn/isdntel/main.c
--- a/usr.sbin/isdn/isdntel/main.c      Mon Feb 04 16:44:06 2002 +0000
+++ b/usr.sbin/isdn/isdntel/main.c      Mon Feb 04 16:48:44 2002 +0000
@@ -27,7 +27,7 @@
  *     isdntel - isdn4bsd telephone answering machine support
  *      ======================================================
  *
- *      $Id: main.c,v 1.1.1.1 2001/01/06 13:00:34 martin Exp $ 
+ *      $Id: main.c,v 1.2 2002/02/04 16:48:44 drochner Exp $ 
  *
  * $FreeBSD$
  *
@@ -57,8 +57,6 @@
         int i;
        int kchar;
        
-       char *spooldir = SPOOLDIR;
-       char *playstring = PLAYCMD;
        char *aliasfile = ALIASFILE;
        int rrtimeout = REREADTIMEOUT;
        



Home | Main Index | Thread Index | Old Index