Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/isdn/isdnd option noinput



details:   https://anonhg.NetBSD.org/src/rev/29e3a886cedb
branches:  trunk
changeset: 748636:29e3a886cedb
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 14:39:23 2009 +0000

description:
option noinput

diffstat:

 usr.sbin/isdn/isdnd/Makefile  |  4 ++--
 usr.sbin/isdn/isdnd/rc_scan.l |  5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 7398164fec71 -r 29e3a886cedb usr.sbin/isdn/isdnd/Makefile
--- a/usr.sbin/isdn/isdnd/Makefile      Thu Oct 29 14:38:37 2009 +0000
+++ b/usr.sbin/isdn/isdnd/Makefile      Thu Oct 29 14:39:23 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2009/04/20 16:05:30 drochner Exp $
+#      $NetBSD: Makefile,v 1.9 2009/10/29 14:39:23 christos Exp $
 
 PROG   =       isdnd
 SRCS   =       rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c  \
@@ -7,7 +7,7 @@
                holiday.c
 
 CPPFLAGS+=     -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel
-CPPFLAGS+=     -I${.CURDIR} -I${.OBJDIR} -DYY_NO_INPUT
+CPPFLAGS+=     -I${.CURDIR} -I${.OBJDIR}
 
 # compile debug support
 CPPFLAGS+=     -DDEBUG
diff -r 7398164fec71 -r 29e3a886cedb usr.sbin/isdn/isdnd/rc_scan.l
--- a/usr.sbin/isdn/isdnd/rc_scan.l     Thu Oct 29 14:38:37 2009 +0000
+++ b/usr.sbin/isdn/isdnd/rc_scan.l     Thu Oct 29 14:39:23 2009 +0000
@@ -30,7 +30,7 @@
  *     i4b daemon - runtime configuration lexical analyzer
  *     ---------------------------------------------------
  *
- *     $Id: rc_scan.l,v 1.6 2004/10/30 08:19:30 dsl Exp $ 
+ *     $Id: rc_scan.l,v 1.7 2009/10/29 14:39:24 christos Exp $ 
  *
  * $FreeBSD$
  *
@@ -55,8 +55,7 @@
 
 %}
 
-%option        noyywrap
-%option nounput
+%option        noyywrap nounput noinput
 
 %%
 



Home | Main Index | Thread Index | Old Index