2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>

* libnetworking/rtems/rtems_bsdnet_internal.h: Re-add boolean when
	building BSD code. This is used by at least one of the BSD NIC
	drivers I am currently porting. I am trying out
This commit is contained in:
Joel Sherrill
2009-02-19 19:27:58 +00:00
parent 66913da28a
commit 78fe9589ad
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* libnetworking/rtems/rtems_bsdnet_internal.h: Re-add boolean when
building BSD code. This is used by at least one of the BSD NIC
drivers I am currently porting. I am trying out
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add halt command to

View File

@@ -91,6 +91,10 @@ struct sigaltstack {
int ss_flags; /* SS_DISABLE and/or SS_ONSTACK */
};
#ifdef _KERNEL
typedef int boolean_t;
#endif
#ifndef _POSIX_SOURCE
/*
* minor() gives a cookie instead of an index since we don't want to