Source-Changes-HG archive

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

[src/trunk]: src/include remove declaration of _nsyylineno from here.



details:   https://anonhg.NetBSD.org/src/rev/3ac89438021d
branches:  trunk
changeset: 500924:3ac89438021d
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 20 20:47:55 2000 +0000

description:
remove declaration of _nsyylineno from here.

diffstat:

 include/nsswitch.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1733476b2bb6 -r 3ac89438021d include/nsswitch.h
--- a/include/nsswitch.h        Wed Dec 20 20:44:14 2000 +0000
+++ b/include/nsswitch.h        Wed Dec 20 20:47:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nsswitch.h,v 1.10 2000/12/13 21:58:56 scw Exp $        */
+/*     $NetBSD: nsswitch.h,v 1.11 2000/12/20 20:47:55 christos Exp $   */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -182,7 +182,6 @@
 int             _nsdbtput __P((const ns_dbt *));
 void            _nsyyerror __P((const char *));
 int             _nsyylex __P((void));
-extern int      _nsyylineno;
 #endif /* _NS_PRIVATE */
 
 __END_DECLS



Home | Main Index | Thread Index | Old Index