From andrew@ugh.net.au  Mon Nov  6 09:02:31 2000
Return-Path: <andrew@ugh.net.au>
Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37])
	by hub.freebsd.org (Postfix) with ESMTP id 90BB537B4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Nov 2000 09:02:30 -0800 (PST)
Received: by starbug.ugh.net.au (Postfix, from userid 1000)
	id 225E3A82B; Tue,  7 Nov 2000 04:02:23 +1100 (EST)
Message-Id: <20001106170223.225E3A82B@starbug.ugh.net.au>
Date: Tue,  7 Nov 2000 04:02:23 +1100 (EST)
From: andrew@ugh.net.au
Reply-To: andrew@ugh.net.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: Missing links for reentrant time functions
X-Send-Pr-Version: 3.2

>Number:         22644
>Category:       docs
>Synopsis:       Missing links for reentrant time functions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 06 09:10:01 PST 2000
>Closed-Date:    Sun Nov 12 08:18:01 PST 2000
>Last-Modified:  Sun Nov 12 08:18:12 PST 2000
>Originator:     Andrew
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
UgH!
>Environment:

	

>Description:

ctime.3 is the man page for ctime_r, localtime_r, gmtime_r and asctime_r as
well. These links aren't created however.

>How-To-Repeat:

	

>Fix:

Patch for /usr/src/lib/libc/stdtime/Makefile.inc:

--- Makefile.inc.orig	Tue Nov  7 02:56:06 2000
+++ Makefile.inc	Tue Nov  7 02:58:26 2000
@@ -10,6 +10,8 @@
 MAN5+=	tzfile.5
 
 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
-	ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3
+	ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
+	ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
+	ctime.3 asctime_r.3
 MLINKS+=time2posix.3 posix2time.3
 .endif

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Sun Nov 12 08:18:01 PST 2000 
State-Changed-Why:  
Missing links added. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22644 
>Unformatted:
