From root@icommerce-france.com  Thu Feb  6 03:36:08 2003
Return-Path: <root@icommerce-france.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7FEE437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Feb 2003 03:36:08 -0800 (PST)
Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8053943FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Feb 2003 03:36:07 -0800 (PST)
	(envelope-from root@icommerce-france.com)
Received: from icommerce-france.com (current.itxmarket.com [192.168.2.19])
	by mail2.itxmarket.com (Postfix) with ESMTP id 1B83837C85
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Feb 2003 12:36:06 +0100 (CET)
Received: by icommerce-france.com (Postfix, from userid 0)
	id A3FAEF2; Thu,  6 Feb 2003 12:36:05 +0100 (CET)
Message-Id: <20030206113605.A3FAEF2@icommerce-france.com>
Date: Thu,  6 Feb 2003 12:36:05 +0100 (CET)
From: Michael L.Hostbaek <mich@freebsdcluster.org>
Reply-To: Michael L.Hostbaek <mich@freebsdcluster.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix break on -CURRENT for news/newspost
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47999
>Category:       ports
>Synopsis:       Fix break on -CURRENT for news/newspost
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 06 03:40:11 PST 2003
>Closed-Date:    Sat Feb 08 07:50:18 PST 2003
>Last-Modified:  Sat Feb 08 07:50:18 PST 2003
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD current.itxmarket.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jan 21 14:14:37 CET 2003 root@current.itxmarket.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
	Fix broken build on -CURRENT.
	Port still compiles on 4.x.
	Reported by bento.
>How-To-Repeat:
>Fix:

	
diff -u -ruN newspost.bak/files/patch-aa newspost/files/patch-aa
--- newspost.bak/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ newspost/files/patch-aa	Thu Feb  6 12:25:03 2003
@@ -0,0 +1,10 @@
+--- base/socket.c.orig	Sun Jul 21 21:58:52 2002
++++ base/socket.c	Thu Feb  6 12:22:46 2003
+@@ -19,6 +19,7 @@
+  */
+ 
+ #include <signal.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netdb.h>
+ #include <netinet/in.h>

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dannyboy 
State-Changed-When: Sat Feb 8 07:50:03 PST 2003 
State-Changed-Why:  
Committed, thanks. 

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