1
0
Fork 0
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:
Johnothan King 2022-07-30 15:11:20 -07:00 committed by Martijn Dekker
parent 459f9a1427
commit 3389cab2f5
6 changed files with 11 additions and 9 deletions

View file

@ -16,6 +16,7 @@
* *
***********************************************************************/
#include "FEATURE/vmalloc"
#include <ast.h>
#if !_hdr_sys_shm
NoN(vmmapopen)