* Darwin specific unixtype fixes.

This commit is contained in:
marco 2004-03-04 22:28:08 +00:00
parent 93622ec2e8
commit 6ad0c08e17
2 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,7 @@ main=rtl
# disabled units: serial sockets ipc mouse console
[target]
loaders=
units=$(SYSTEMUNIT) objpas strings sysctl baseunix unixutil \
units=$(SYSTEMUNIT) objpas strings sysctl baseunix unixtype unixutil \
unix initc \
dos dl objects printer \
sysutils typinfo systhrds classes math varutils \
@ -133,6 +133,7 @@ baseunix$(PPUEXT) : errno.inc $(BSDINC)/bunxtype.inc ptypes.inc $(BSDINC)/ctypes
$(BSDINC)/ostypes.inc $(BSDINC)/ossysch.inc $(BSDINC)/bunxmacr.inc $(UNIXINC)/gensigset.inc \
$(UNIXINC)/genfuncs.inc $(SYSTEMUNIT)$(PPUEXT)
unixtype$(PPUEXT) : $(UNIXINC)/unixtype.pp ptypes.inc ctypes.inc $(SYSTEMUNIT)$(PPUEXT)
unix$(PPUEXT) : $(UNIXINC)/unix.pp strings$(PPUEXT) $(INC)/textrec.inc $(INC)/filerec.inc \
sysconst.inc $(UNIXINC)/timezone.inc \

View File

@ -104,8 +104,6 @@ CONST
SYS_NMLN = 32; {BSD utsname struct limit}
SIG_MAXSIG = 32; // highest signal version
wordsinsigset = 1; // words in sigset_t
MFSNAMELEN = 15;
MNAMELEN = 90;
@ -141,7 +139,10 @@ CONST
{
$Log$
Revision 1.5 2004-03-01 19:50:40 jonas
Revision 1.6 2004-03-04 22:28:08 marco
* Darwin specific unixtype fixes.
Revision 1.5 2004/03/01 19:50:40 jonas
- removed wordsinfdset again, because now it's defined in a common file
Revision 1.4 2004/02/22 23:18:24 jonas