diff options
Diffstat (limited to 'port/fparseln.c')
-rw-r--r-- | port/fparseln.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/port/fparseln.c b/port/fparseln.c index 5bfae54b9a9bc..eef66598380a9 100644 --- a/port/fparseln.c +++ b/port/fparseln.c @@ -1,4 +1,4 @@ -/* $NetBSD: fparseln.c,v 1.1 2015/01/22 03:48:07 christos Exp $ */ +/* $NetBSD: fparseln.c,v 1.10 2009/10/21 01:07:45 snj Exp $ */ /* * Copyright (c) 1997 Christos Zoulas. All rights reserved. @@ -29,7 +29,7 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: fparseln.c,v 1.1 2015/01/22 03:48:07 christos Exp $"); +__RCSID("$NetBSD: fparseln.c,v 1.10 2009/10/21 01:07:45 snj Exp $"); #endif /* LIBC_SCCS and not lint */ #include <assert.h> |