]> Zhao Yanbai Git Server - minix.git/commit
Added <minix/sys_config.h>. This file is intended to be included from
authorBen Gras <ben@minix3.org>
Mon, 29 Aug 2005 13:52:08 +0000 (13:52 +0000)
committerBen Gras <ben@minix3.org>
Mon, 29 Aug 2005 13:52:08 +0000 (13:52 +0000)
commit43ea6a9ce8b8a02053ce020f02bf64c703223189
tree8b48423f4a65f9c9b3a5e16714c815b2ed0d72a0
parented5fa1767adfd57223d088de80a09d59d74d7d21
Added <minix/sys_config.h>. This file is intended to be included from
other, user-includable config files. It only defines names that don't
pollute the users namespace (start with _). <minix/config.h> still works
like always; it includes sys_config.h now and defines the 'messy' names
(such as CHIP) as the 'cleaner' names (such as _MINIX_CHIP).

Changed some of the other include files to use sys_config.h and the
'cleaner' names. This solves some (past and future) compilation problems.
include/minix/config.h
include/minix/devio.h
include/minix/dmap.h
include/minix/sys_config.h [new file with mode: 0755]
include/minix/type.h
include/net/hton.h
include/stdint.h
include/sys/sigcontext.h