Build dtksh on more OSs

This commit is contained in:
Ulrich Wilkens
2013-03-26 04:08:13 +01:00
committed by Jon Trulson
parent 208c1e4999
commit e8cb780125
13 changed files with 40 additions and 12 deletions

View File

@@ -16,5 +16,7 @@ cat{
#else
#undef ioctl
#endif
#if !defined(linux)
extern int ioctl(int, int, ...);
#endif
}end