views:

33

answers:

1

In the process of installing a new server on minix (servers/dfs) we created a system call to communicate with the server via the message passing interface minix provides. The problem is that when we try to build the dfs we take the following error:

Undefined _m_in

A: 

Solved by adding the table for compiling in the Makefile of the server.

John Gakos