git: 9a39435c0b66 - main - Revert "fparseln: Update NetBSD version strings"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 22:51:04 UTC
The branch main has been updated by pfg:
URL: https://cgit.FreeBSD.org/src/commit/?id=9a39435c0b661e05a55bf817e724c1c80e431c8c
commit 9a39435c0b661e05a55bf817e724c1c80e431c8c
Author: Pedro F. Giffuni <pfg@FreeBSD.org>
AuthorDate: 2024-06-15 22:46:56 +0000
Commit: Pedro F. Giffuni <pfg@FreeBSD.org>
CommitDate: 2024-06-15 22:46:56 +0000
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.
---
lib/libutil/fparseln.3 | 2 +-
lib/libutil/fparseln.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3
index 49b504ffc9b4..7ddfaefcc943 100644
--- a/lib/libutil/fparseln.3
+++ b/lib/libutil/fparseln.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fparseln.3,v 1.8 2001/08/20 12:00:49 wiz Exp $
+.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
.\"
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
.\"
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