Date: Wed, 18 Nov 1998 00:27:48 -0800 (PST) From: osa@freebsd.org.ru To: freebsd-gnats-submit@FreeBSD.ORG Subject: ports/8737: can't build portscanner Message-ID: <199811180827.AAA01985@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 8737 >Category: ports >Synopsis: can't build portscanner >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 18 00:30:01 PST 1998 >Last-Modified: >Originator: Osokin Sergey aka oZZ >Organization: >Release: 3.0-CURRENT-a.out >Environment: FreeBSD .... 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Wed Nov 11 11:42:33 MSK 1998 ................... i386 >Description: can't build /usr/ports/net/portscanner >How-To-Repeat: >Fix: new patch-aa is here: @@ -26,5 +26,5 @@ #include <stdio.h> +#include <unistd.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> -#include <unistd.h> @@ -35,7 +35,7 @@ int sock = -1; struct sockaddr_in adress; int result; -extern char *sys_errlist[]; +/* extern char *sys_errlist[]; */ extern int errno; int current_port = 0; u_short base_port = 0; >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811180827.AAA01985>