Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2024 22:51:04 GMT
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9a39435c0b66 - main - Revert "fparseln: Update NetBSD version strings"
Message-ID:  <202406152251.45FMp4lR080416@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406152251.45FMp4lR080416>