Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey use %option noinput nounput
details: https://anonhg.NetBSD.org/src/rev/d61a101287f9
branches: trunk
changeset: 748631:d61a101287f9
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 29 14:34:27 2009 +0000
description:
use %option noinput nounput
diffstat:
crypto/dist/ipsec-tools/src/setkey/token.l | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r d59615544bd9 -r d61a101287f9 crypto/dist/ipsec-tools/src/setkey/token.l
--- a/crypto/dist/ipsec-tools/src/setkey/token.l Thu Oct 29 14:34:06 2009 +0000
+++ b/crypto/dist/ipsec-tools/src/setkey/token.l Thu Oct 29 14:34:27 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: token.l,v 1.13 2009/10/28 21:22:49 christos Exp $ */
+/* $NetBSD: token.l,v 1.14 2009/10/29 14:34:27 christos Exp $ */
/* $KAME: token.l,v 1.44 2003/10/21 07:20:58 itojun Exp $ */
@@ -59,8 +59,6 @@
#include "y.tab.h"
#endif
-#define YY_NO_UNPUT
-
#include "extern.h"
/* make the code compile on *BSD-current */
@@ -113,8 +111,10 @@
%s S_PL S_AUTHALG S_ENCALG
+%option noinput nounput
%%
+
add { return(ADD); }
delete { return(DELETE); }
deleteall { return(DELETEALL); }
Home |
Main Index |
Thread Index |
Old Index