View | Details | Raw Unified | Return to bug 59871
Collapse All | Expand All

(-)doscan/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	doscan
8
PORTNAME=	doscan
9
PORTVERSION=	0.2.3
9
PORTVERSION=	0.2.5
10
CATEGORIES=	security net
10
CATEGORIES=	security net
11
MASTER_SITES=	http://static.enyo.de/fw/releases/doscan/
11
MASTER_SITES=	http://static.enyo.de/fw/releases/doscan/
12
12
(-)doscan/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (doscan-0.2.3.tar.gz) = 7774a590a3f96bc14a28230d50f3aa35
1
MD5 (doscan-0.2.5.tar.gz) = 57fcb9d260c8cea003ed484b3fe7bd70
(-)doscan/files/patch-src::results.cc (-11 lines)
Lines 1-11 Link Here
1
--- src/results.cc.orig	Fri Oct 31 13:41:03 2003
2
+++ src/results.cc	Tue Nov  4 09:29:05 2003
3
@@ -392,7 +392,7 @@
4
 #ifdef GETHOSTBYADDR_ACCEPTS_CHAR
5
   he = gethostbyaddr (reinterpret_cast<char*>(&in), sizeof (in), AF_INET);
6
 #else
7
-#error Type of first argument to gethostbyaddr() is not known.
8
+  he = gethostbyaddr ((const char*)(&in), sizeof (in), AF_INET);
9
 #endif
10
 #endif
11

Return to bug 59871