NetBSD-Bugs archive

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

lib/45998: Remove duplicate.



>Number:         45998
>Category:       lib
>Synopsis:       Remove duplicate.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 12 11:40:00 +0000 2012
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Remove duplicate.
>How-To-Repeat:

>Fix:
diff -u -p -r1.29 fstab.c
--- lib/libc/gen/fstab.c        15 Oct 2011 23:00:01 -0000      1.29
+++ lib/libc/gen/fstab.c        12 Feb 2012 06:30:08 -0000
@@ -63,8 +63,6 @@ static size_t _fs_lineno = 0;
 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