Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2000 17:39:01 -0700 (PDT)
From:      sec@morning.nu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17884: cannot compiled hylafax on 5.0-current
Message-ID:  <200004100039.RAA80561@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         17884
>Category:       ports
>Synopsis:       cannot compiled hylafax on 5.0-current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr  9 17:40:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     shiba
>Release:        5.0-cuurent
>Organization:
>Environment:
>Description:
cannot compiled hylafax on 5.0-current
>How-To-Repeat:

>Fix:
--- util/Socket.h.~1~   Sat Feb 14 19:47:49 1998
+++ util/Socket.h       Mon Apr 10 09:30:22 2000
@@ -55,11 +55,7 @@
  */
 class Socket {
 public:
-#ifdef CONFIG_SOCKARGLENTYPE
-    typedef CONFIG_SOCKARGLENTYPE socklen_t;
-#else
-    typedef int socklen_t;
-#endif
+    typedef  u_int32_t  socklen_t;
 
     static int accept(int s, void* addr, socklen_t* addrlen)
        { return ::accept(s, (struct sockaddr*) addr, addrlen); }


>Release-Note:
>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?200004100039.RAA80561>