Module Name:    src
Committed By:   christos
Date:           Wed Oct 28 21:22:49 UTC 2009

Modified Files:
        src/crypto/dist/ipsec-tools/src/setkey: token.l

Log Message:
no unput


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/crypto/dist/ipsec-tools/src/setkey/token.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/dist/ipsec-tools/src/setkey/token.l
diff -u src/crypto/dist/ipsec-tools/src/setkey/token.l:1.12 src/crypto/dist/ipsec-tools/src/setkey/token.l:1.13
--- src/crypto/dist/ipsec-tools/src/setkey/token.l:1.12	Wed Jul 18 08:07:53 2007
+++ src/crypto/dist/ipsec-tools/src/setkey/token.l	Wed Oct 28 17:22:49 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: token.l,v 1.12 2007/07/18 12:07:53 vanhu Exp $	*/
+/*	$NetBSD: token.l,v 1.13 2009/10/28 21:22:49 christos Exp $	*/
 
 /*	$KAME: token.l,v 1.44 2003/10/21 07:20:58 itojun Exp $	*/
 
@@ -59,6 +59,8 @@
 #include "y.tab.h"
 #endif
 
+#define YY_NO_UNPUT
+
 #include "extern.h"
 
 /* make the code compile on *BSD-current */

Reply via email to