Date: Thu, 4 Aug 2005 12:12:29 -0500 (CDT) From: Wesley Shields <wxs@csh.rit.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84554: [PATCH]: Unbreak net/xprobe on 4.x Message-ID: <20050804171229.E2D4B57B2D@hex.databits.net> Resent-Message-ID: <200508041720.j74HKBeu014100@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84554 >Category: ports >Synopsis: [PATCH]: Unbreak net/xprobe on 4.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 17:20:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD hex.databits.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch will unbreak net/xprobe on 4.x. There will be a new patch (patch-src:xpmodules:os_probe:smb:smbutil.h) created by applying the patch below. >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-4-latest-logs/xprobe2-0.3.log >Fix: diff -ruN net/xprobe.orig/files/patch-src:xpmodules:os_probe:smb:smbutil.h net/xprobe/files/patch-src:xpmodules:os_probe:smb:smbutil.h --- net/xprobe.orig/files/patch-src:xpmodules:os_probe:smb:smbutil.h Wed Dec 31 18:00:00 1969 +++ net/xprobe/files/patch-src:xpmodules:os_probe:smb:smbutil.h Thu Aug 4 11:45:33 2005 @@ -0,0 +1,12 @@ +--- src/xpmodules/os_probe/smb/smbutil.h.orig Thu Aug 4 11:44:20 2005 ++++ src/xpmodules/os_probe/smb/smbutil.h Thu Aug 4 11:44:28 2005 +@@ -39,8 +39,8 @@ + #include <stdlib.h> + #include <string.h> + #include <ctype.h> +-#include <sys/socket.h> + #include <sys/types.h> ++#include <sys/socket.h> + + using namespace std; + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050804171229.E2D4B57B2D>