From nobody@FreeBSD.org  Mon Jul  5 16:42:25 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D8687106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jul 2010 16:42:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C7DA78FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jul 2010 16:42:25 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o65GgPgj038877
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 5 Jul 2010 16:42:25 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o65GgP80038876;
	Mon, 5 Jul 2010 16:42:25 GMT
	(envelope-from nobody)
Message-Id: <201007051642.o65GgP80038876@www.freebsd.org>
Date: Mon, 5 Jul 2010 16:42:25 GMT
From: pluknet <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] clean-up arpa/inet.h after addr2ascii(3) removal
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148383
>Category:       docs
>Synopsis:       [patch] clean-up arpa/inet.h after addr2ascii(3) removal
>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 Jul 05 16:50:01 UTC 2010
>Closed-Date:    Tue Jul 13 05:13:02 UTC 2010
>Last-Modified:  Tue Jul 13 05:13:02 UTC 2010
>Originator:     pluknet
>Release:        HEAD r207204
>Organization:
>Environment:
>Description:
This is a follow up for svn r171954.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: include/arpa/inet.h
===================================================================
--- include/arpa/inet.h	(revision 207204)
+++ include/arpa/inet.h	(working copy)
@@ -58,7 +58,7 @@
 #ifndef _ARPA_INET_H_
 #define	_ARPA_INET_H_
 
-/* External definitions for functions in inet(3), addr2ascii(3) */
+/* External definitions for functions in inet(3) */
 
 #include <sys/cdefs.h>
 #include <sys/_types.h>


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Tue Jul 6 03:49:08 UTC 2010 
State-Changed-Why:  
Fixed in HEAD.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148383 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148383: commit references a PR
Date: Tue,  6 Jul 2010 03:48:55 +0000 (UTC)

 Author: maxim
 Date: Tue Jul  6 03:48:46 2010
 New Revision: 209715
 URL: http://svn.freebsd.org/changeset/base/209715
 
 Log:
   o addr2ascii(3) was removed ages ago.  Fix the comment.
   
   PR:		docs/148383
   Submitted by:	pluknet
   MFC after:	1 week
 
 Modified:
   head/include/arpa/inet.h
 
 Modified: head/include/arpa/inet.h
 ==============================================================================
 --- head/include/arpa/inet.h	Tue Jul  6 02:07:59 2010	(r209714)
 +++ head/include/arpa/inet.h	Tue Jul  6 03:48:46 2010	(r209715)
 @@ -58,7 +58,7 @@
  #ifndef _ARPA_INET_H_
  #define	_ARPA_INET_H_
  
 -/* External definitions for functions in inet(3), addr2ascii(3) */
 +/* External definitions for functions in inet(3). */
  
  #include <sys/cdefs.h>
  #include <sys/_types.h>
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Tue Jul 13 05:12:24 UTC 2010 
State-Changed-Why:  
Merged to RELENG_8. 

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