NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lib/45516: Remove keyword const.
>Number: 45516
>Category: lib
>Synopsis: Remove keyword const.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: lib-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Mon Oct 24 08:40:00 +0000 2011
>Originator: Henning Petersen
>Release: NetBSD-current
>Organization:
>Environment:
>Description:
Remove keyword const.
>How-To-Repeat:
>Fix:
diff -u -r1.39 glob.3
--- lib/libc/gen/glob.3 30 Nov 2010 21:03:07 -0000 1.39
+++ lib/libc/gen/glob.3 24 Oct 2011 05:43:57 -0000
@@ -44,7 +44,7 @@
.Sh SYNOPSIS
.In glob.h
.Ft int
-.Fn glob "const char * restrict pattern" "int flags" "const int
(*errfunc)(const char *, int)" "glob_t * restrict pglob"
+.Fn glob "const char * restrict pattern" "int flags" "int (*errfunc)(const
char *, int)" "glob_t * restrict pglob"
.Ft void
.Fn globfree "glob_t *pglob"
.Ft int
Home |
Main Index |
Thread Index |
Old Index