add rcsids

This commit is contained in:
lukem 1999-01-25 00:16:17 +00:00
parent 9a137f1f22
commit 645b10c9c4
3 changed files with 19 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nsdispatch.c,v 1.8 1999/01/20 23:31:02 lukem Exp $ */
/* $NetBSD: nsdispatch.c,v 1.9 1999/01/25 00:16:17 lukem Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -36,6 +36,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: nsdispatch.c,v 1.9 1999/01/25 00:16:17 lukem Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/types.h>

View File

@ -1,5 +1,5 @@
%{
/* $NetBSD: nslexer.l,v 1.2 1999/01/15 12:53:25 lukem Exp $ */
/* $NetBSD: nslexer.l,v 1.3 1999/01/25 00:16:17 lukem Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -37,6 +37,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: nslexer.l,v 1.3 1999/01/25 00:16:17 lukem Exp $");
#endif /* LIBC_SCCS and not lint */
#include <ctype.h>
#include <err.h>
#define _NS_PRIVATE

View File

@ -1,5 +1,5 @@
%{
/* $NetBSD: nsparser.y,v 1.2 1999/01/15 12:53:25 lukem Exp $ */
/* $NetBSD: nsparser.y,v 1.3 1999/01/25 00:16:18 lukem Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -37,8 +37,13 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#define _NS_PRIVATE
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: nsparser.y,v 1.3 1999/01/25 00:16:18 lukem Exp $");
#endif /* LIBC_SCCS and not lint */
#include <err.h>
#define _NS_PRIVATE
#include <nsswitch.h>
#include <stdio.h>
#include <string.h>