[M3devel] Uresource on freebsd 4?

Mika Nystrom mika at async.caltech.edu
Sat Apr 25 07:58:23 CEST 2009


Is there any particular reason Uresource no longer exists on FreeBSD4?
The m3makefile

m3core/src/unix/freebsd-4/m3makefile

looks like the following, and Uresource isn't picked up anywhere else:

if TRUE

Module ("Usignal")
Interface ("Uucontext")

else

Interface ("Udir")
Interface ("Uerror")
%Interface ("Ugrp")
Interface ("Uipc")
Interface ("Umman")
Module    ("Umsg")
Interface ("Unix")
Interface ("Uprocess")
Interface ("Upthread")
Interface ("Upwd")
Interface ("Uresource")
Interface ("Usem")
Interface ("Usched")
Interface ("Ushm")
Module    ("Usignal")
Interface ("Ustat")
Interface ("Usocket")
Interface ("Usyslog")
Interface ("Utime")
Module    ("Utypes")
Interface ("Uucontext")
Interface ("Uugid")
Interface ("Uuio")
Interface ("Uutsname")

end




More information about the M3devel mailing list