Building Erlang R9C2 under OpenBSD 3.6-current (followup)

Geoff White geoffw@REDACTED
Wed Oct 6 06:44:32 CEST 2004



Here is a patch for .../lib/os_mon/c_src/memsup.c
this will allow compilation of Erlang 5.3 on OpenBSD to continue without a 
hitch.  I think it is a good patch and hope the Erlang folks will include it in
their RC10B release so I don't have to repatch it.

There is still a problem with installing the man pages at the end though.

ambient# diff memsup.c memsup.c.new
98c98,102
< #include <vm/vm_param.h>
---
 > #ifdef OpenBSD
 > #include <sys/vmmeter.h>
 > #else
 > #include <vm/vm_param.h>
 > #endif





More information about the erlang-bugs mailing list