Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Remove duplicate function declaration. From Hen...



details:   https://anonhg.NetBSD.org/src/rev/40a6ac35359c
branches:  trunk
changeset: 773666:40a6ac35359c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 12 13:52:51 2012 +0000

description:
Remove duplicate function declaration. From Henning Petersen in PR 45998.

diffstat:

 lib/libc/gen/fstab.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 623acb2920af -r 40a6ac35359c lib/libc/gen/fstab.c
--- a/lib/libc/gen/fstab.c      Sun Feb 12 13:51:29 2012 +0000
+++ b/lib/libc/gen/fstab.c      Sun Feb 12 13:52:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fstab.c,v 1.29 2011/10/15 23:00:01 christos Exp $      */
+/*     $NetBSD: fstab.c,v 1.30 2012/02/12 13:52:51 wiz Exp $   */
 
 /*
  * Copyright (c) 1980, 1988, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)fstab.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: fstab.c,v 1.29 2011/10/15 23:00:01 christos Exp $");
+__RCSID("$NetBSD: fstab.c,v 1.30 2012/02/12 13:52:51 wiz Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -63,8 +63,6 @@
 static const char *_fs_file = _PATH_FSTAB;
 static struct fstab _fs_fstab;
 
-static int fstabscan __P((void));
-
 static char *nextfld(char **, const char *);
 static int fstabscan(void);
 



Home | Main Index | Thread Index | Old Index