mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix building on Haiku and fix some typos (#498)
- Fixed a few minor typos and updated the list of tested systems in src/cmd/ksh93/README. - vmmopen.c: Include the ast.h header to fix a build error on Haiku caused by the otherwise undefined NoN macro (re: 05f0c1b1).
This commit is contained in:
parent
459f9a1427
commit
3389cab2f5
6 changed files with 11 additions and 9 deletions
|
|
@ -16,6 +16,7 @@
|
|||
* *
|
||||
***********************************************************************/
|
||||
#include "FEATURE/vmalloc"
|
||||
#include <ast.h>
|
||||
#if !_hdr_sys_shm
|
||||
|
||||
NoN(vmmapopen)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue