commit | 9df3d51b59bd6aa48aee76e0cde4b89d854f3694 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Mon Mar 16 22:12:28 2009 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Mar 17 08:44:55 2009 +1000 |
tree | 21b42baab848f42d04d79e9cad8025dafdf6d6e5 | |
parent | 8dba99e077ae999c85b41c4567c852313528c7a7 [diff] |
m68k: use the MMU version of unistd.h for all m68k platforms The MMU version of unistd.h can be use on non-MMU platrorms as well. Without a single file "make headers_install" is broken for m68k (since each of the sub-varients of unistd.h are not installed). Signed-off-by: Greg Ungerer <gerg@uclinux.org>