NetBSD Problem Report #45516

From www@NetBSD.org  Mon Oct 24 08:36:38 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id A72CF63C346
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 24 Oct 2011 08:36:38 +0000 (UTC)
Message-Id: <20111024083638.2CA4963B86B@www.NetBSD.org>
Date: Mon, 24 Oct 2011 08:36:38 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Remove keyword const.
X-Send-Pr-Version: www-1.0

>Number:         45516
>Category:       lib
>Synopsis:       Remove keyword const.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lib-bug-people
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 24 08:40:00 +0000 2011
>Closed-Date:    Tue Oct 25 09:28:36 +0000 2011
>Last-Modified:  Tue Oct 25 09:30:13 +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

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Tue, 25 Oct 2011 09:28:36 +0000
State-Changed-Why:
Fixed, thanks!


From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/45516 CVS commit: src/lib/libc/gen
Date: Tue, 25 Oct 2011 09:28:18 +0000

 Module Name:	src
 Committed By:	wiz
 Date:		Tue Oct 25 09:28:17 UTC 2011

 Modified Files:
 	src/lib/libc/gen: glob.3

 Log Message:
 Fix function prototype. From Henning Petersen in PR 45516.


 To generate a diff of this commit:
 cvs rdiff -u -r1.39 -r1.40 src/lib/libc/gen/glob.3

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.