Module Name: othersrc
Committed By: lukem
Date: Tue Jan 29 11:11:56 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: fnmatch.c fts_open.c glob.c
strmode.c strsuftollx.c
Log Message:
fix __RCSIDs back to escaped upstream versions
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersrc/libexec/tnftpd/libnetbsd/fnmatch.c
cvs rdiff -u -r1.13 -r1.14 othersrc/libexec/tnftpd/libnetbsd/fts_open.c
cvs rdiff -u -r1.7 -r1.8 othersrc/libexec/tnftpd/libnetbsd/glob.c
cvs rdiff -u -r1.4 -r1.5 othersrc/libexec/tnftpd/libnetbsd/strmode.c
cvs rdiff -u -r1.6 -r1.7 othersrc/libexec/tnftpd/libnetbsd/strsuftollx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/libnetbsd/fnmatch.c
diff -u othersrc/libexec/tnftpd/libnetbsd/fnmatch.c:1.5 othersrc/libexec/tnftpd/libnetbsd/fnmatch.c:1.6
--- othersrc/libexec/tnftpd/libnetbsd/fnmatch.c:1.5 Thu Jan 24 02:57:10 2019
+++ othersrc/libexec/tnftpd/libnetbsd/fnmatch.c Tue Jan 29 11:11:56 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: fnmatch.c,v 1.5 2019/01/24 02:57:10 lukem Exp $ */
+/* $NetBSD: fnmatch.c,v 1.6 2019/01/29 11:11:56 lukem Exp $ */
/* from NetBSD: fnmatch.c,v 1.26 2014/10/12 22:32:33 christos Exp */
/*
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
#else
-__RCSID("$NetBSD: fnmatch.c,v 1.5 2019/01/24 02:57:10 lukem Exp $");
+__RCSID(" NetBSD: fnmatch.c,v 1.26 2014/10/12 22:32:33 christos Exp ");
#endif
#endif /* LIBC_SCCS and not lint */
Index: othersrc/libexec/tnftpd/libnetbsd/fts_open.c
diff -u othersrc/libexec/tnftpd/libnetbsd/fts_open.c:1.13 othersrc/libexec/tnftpd/libnetbsd/fts_open.c:1.14
--- othersrc/libexec/tnftpd/libnetbsd/fts_open.c:1.13 Thu Jan 24 02:52:48 2019
+++ othersrc/libexec/tnftpd/libnetbsd/fts_open.c Tue Jan 29 11:11:56 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: fts_open.c,v 1.13 2019/01/24 02:52:48 lukem Exp $ */
+/* $NetBSD: fts_open.c,v 1.14 2019/01/29 11:11:56 lukem Exp $ */
/* from NetBSD: fts.c,v 1.49 2016/05/31 07:49:09 pgoyette Exp */
/*-
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#else
-__RCSID("$NetBSD: fts_open.c,v 1.13 2019/01/24 02:52:48 lukem Exp $");
+__RCSID(" NetBSD: fts.c,v 1.49 2016/05/31 07:49:09 pgoyette Exp ");
#endif
#endif /* LIBC_SCCS and not lint */
Index: othersrc/libexec/tnftpd/libnetbsd/glob.c
diff -u othersrc/libexec/tnftpd/libnetbsd/glob.c:1.7 othersrc/libexec/tnftpd/libnetbsd/glob.c:1.8
--- othersrc/libexec/tnftpd/libnetbsd/glob.c:1.7 Thu Jan 24 04:25:23 2019
+++ othersrc/libexec/tnftpd/libnetbsd/glob.c Tue Jan 29 11:11:56 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: glob.c,v 1.7 2019/01/24 04:25:23 lukem Exp $ */
+/* $NetBSD: glob.c,v 1.8 2019/01/29 11:11:56 lukem Exp $ */
/* from: NetBSD: glob.c,v 1.38 2017/05/08 14:42:16 christos Exp */
/*
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
#else
-__RCSID("$NetBSD: glob.c,v 1.7 2019/01/24 04:25:23 lukem Exp $");
+__RCSID(" NetBSD: glob.c,v 1.38 2017/05/08 14:42:16 christos Exp ");
#endif
#endif /* LIBC_SCCS and not lint */
Index: othersrc/libexec/tnftpd/libnetbsd/strmode.c
diff -u othersrc/libexec/tnftpd/libnetbsd/strmode.c:1.4 othersrc/libexec/tnftpd/libnetbsd/strmode.c:1.5
--- othersrc/libexec/tnftpd/libnetbsd/strmode.c:1.4 Tue Jan 29 07:57:17 2019
+++ othersrc/libexec/tnftpd/libnetbsd/strmode.c Tue Jan 29 11:11:56 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: strmode.c,v 1.4 2019/01/29 07:57:17 lukem Exp $ */
+/* $NetBSD: strmode.c,v 1.5 2019/01/29 11:11:56 lukem Exp $ */
/* from NetBSD: strmode.c,v 1.19 2012/06/25 22:32:46 abs Exp */
/*-
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94";
#else
-__RCSID("$NetBSD: strmode.c,v 1.4 2019/01/29 07:57:17 lukem Exp $");
+__RCSID(" NetBSD: strmode.c,v 1.19 2012/06/25 22:32:46 abs Exp ");
#endif
#endif /* LIBC_SCCS and not lint */
Index: othersrc/libexec/tnftpd/libnetbsd/strsuftollx.c
diff -u othersrc/libexec/tnftpd/libnetbsd/strsuftollx.c:1.6 othersrc/libexec/tnftpd/libnetbsd/strsuftollx.c:1.7
--- othersrc/libexec/tnftpd/libnetbsd/strsuftollx.c:1.6 Tue Jan 29 08:25:50 2019
+++ othersrc/libexec/tnftpd/libnetbsd/strsuftollx.c Tue Jan 29 11:11:56 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: strsuftollx.c,v 1.6 2019/01/29 08:25:50 lukem Exp $ */
+/* $NetBSD: strsuftollx.c,v 1.7 2019/01/29 11:11:56 lukem Exp $ */
/* from NetBSD: strsuftoll.c,v 1.9 2011/10/22 22:08:47 christos Exp */
/*-
@@ -73,7 +73,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: strsuftollx.c,v 1.6 2019/01/29 08:25:50 lukem Exp $");
+__RCSID(" NetBSD: strsuftoll.c,v 1.9 2011/10/22 22:08:47 christos Exp ");
#endif /* LIBC_SCCS and not lint */
#ifdef _LIBC