d44a5ed1c1
Minix-specific changes were needed in msg_sys.def: * use minix_mmap()/minix_munmap() since mmap()/munmap() aren't defined on Minix. * use MAP_PRIVATE flag since MAP_SHARED isn't defined on Minix. Tested with usr.bin/menuc/testm. Change-Id: I1c463e7b0623036050adb6a9079c6747e1c1e084
5 lines
145 B
C
5 lines
145 B
C
/* $NetBSD: pathnames.h,v 1.1 2001/10/15 22:11:12 bjh21 Exp $ */
|
|
|
|
#ifndef _PATH_DEFSYSPREFIX
|
|
#define _PATH_DEFSYSPREFIX "/usr/share/misc"
|
|
#endif
|