aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/fparseln.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2024-06-15 22:46:56 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2024-06-15 22:46:56 +0000
commit9a39435c0b661e05a55bf817e724c1c80e431c8c (patch)
tree2fc936ded6777043ca36e686d0ee4aee391569a2 /lib/libutil/fparseln.c
parent1a968da448b0795184884ffe428fb24d7e695628 (diff)
downloadsrc-9a39435c0b661e05a55bf817e724c1c80e431c8c.tar.gz
src-9a39435c0b661e05a55bf817e724c1c80e431c8c.zip
Revert "fparseln: Update NetBSD version strings"
This reverts commit 1a968da448b0795184884ffe428fb24d7e695628. I was mistakenly looking at the version strings in the CVS attic but the function was moved to libc/stdio where it matches the current string.
Diffstat (limited to 'lib/libutil/fparseln.c')
-rw-r--r--lib/libutil/fparseln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/fparseln.c b/lib/libutil/fparseln.c
index f817860f2e57..c9290230c126 100644
--- a/lib/libutil/fparseln.c
+++ b/lib/libutil/fparseln.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fparseln.c,v 1.10 2000/07/05 11:46:40 ad Exp $ */
+/* $NetBSD: fparseln.c,v 1.7 2007/03/08 19:57:53 drochner Exp $ */
/*-
* SPDX-License-Identifier: BSD-4-Clause