Revert "fparseln: Update NetBSD version strings"

This reverts commit 1a968da448.

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.
This commit is contained in:
Pedro F. Giffuni 2024-06-15 17:46:56 -05:00
parent 1a968da448
commit 9a39435c0b
2 changed files with 2 additions and 2 deletions

View file

@ -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.
.\"

View file

@ -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