Date: Wed, 15 Jan 2014 16:12:16 +0400 (MSK) From: Gleb Smirnoff <glebius@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/185799: [exp-run] SOCK_RAW Message-ID: <201401151212.s0FCCGl3032510@cell.glebius.int.ru> Resent-Message-ID: <201401151220.s0FCK0Ac049865@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185799 >Category: ports >Synopsis: [exp-run] SOCK_RAW >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 15 12:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Gleb Smirnoff >Release: FreeBSD 11.0-CURRENT amd64 >Organization: FreeBSD >Environment: System: FreeBSD >Description: I'd like to build list of ports that use our SOCK_RAW sockets. Can you please patch /usr/include/sys/socket.h with attached patch and run exp-run? >How-To-Repeat: Index: socket.h =================================================================== --- socket.h (revision 260378) +++ socket.h (working copy) @@ -89,7 +89,6 @@ typedef __uid_t uid_t; */ #define SOCK_STREAM 1 /* stream socket */ #define SOCK_DGRAM 2 /* datagram socket */ -#define SOCK_RAW 3 /* raw-protocol interface */ #if __BSD_VISIBLE #define SOCK_RDM 4 /* reliably-delivered message */ #endif >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401151212.s0FCCGl3032510>