Bugs and fixes

Ruslan Shevchenko Ruslan@REDACTED
Mon Dec 14 18:44:01 CET 1998


Joe Armstrong wrote:

> The first version of bugs and fixes has been uploaded to
>
>     http://www.erlang.org/faq/bugs_and_fixes.html
>
> This page will be continuously updated as new bugs are reported.
>
>         /Joe

  About FreeBSD:

    1. The patch in attachment (path-aa) is needed.
    2, Standart FreeBSD port for erlang-base is aviable:
       1. from ftp://cam.grad.kiev.ua/pub/misc/freebsd-ports/erlang.shar

       2, I-ve attached it here as erlang.shar

-------------- next part --------------
A non-text attachment was scrubbed...
Name: erlang.shar
Type: application/x-shar
Size: 20320 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/19981214/ec218972/attachment.shar>
-------------- next part --------------
--- erts/system/emulator/sys.unix/driver_int.h.orig	Tue Dec  8 16:17:10 1998
+++ erts/system/emulator/sys.unix/driver_int.h	Fri Dec 11 03:20:25 1998
@@ -27,6 +27,7 @@
 #define __DRIVER_INT_H__
 
 #ifdef HAVE_UIO_H
+#include <sys/types.h>
 #include <sys/uio.h>
 
 typedef struct iovec SysIOVec;


More information about the erlang-questions mailing list