CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/17 23:09:01
Modified files:
sys/sys : exec_elf.h
Log message:
Include sys/types.h rather than machine/_types.h. With this change
link.h can be included without first including sys/types.h matching the
behaviour on other systems.
Suggested by and ok guenther@
