Unix.Timeval fix. suseconds_t is 4 bytes on osx x86_64 apparently.

Therefore Timeval.usec is INTEGER. Thanks to Jon Kleiser for [raising](https://github.com/norayr/voc/issues/5) the question.
bootstrap binary updated. Kernel0. Kernel modules affected. -- noch


Former-commit-id: 177f08f0e0e37f9c7ba9d08a91da7c08006c92a4
This commit is contained in:
Norayr Chilingarian 2016-01-19 16:54:26 +04:00
parent bac3c2cb49
commit f05ecf6102
7 changed files with 9 additions and 7 deletions

View file

@ -20,8 +20,9 @@ LIBNAME = VishapOberon
LIBRARY = lib$(LIBNAME)
ifndef PRF
PRF = "/opt"
#PRF = "/opt"
#PRF = "/Users/noch/local"
PRF = "/Users/antranigv/local"
endif
PREFIX = $(PRF)/voc-$(RELEASE)
PREFIXLN = $(PRF)/voc