Made things compile under SunOS4 again.

Fix lots of warnings under SunOS4.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1201 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1997-01-27 14:08:08 +00:00
parent aeaef3368f
commit e60914acca
8 changed files with 25 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ RCSID("$Id$");
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#if defined(HAVE_SYS_IOCTL_H) && SunOS != 4
#include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_TIME_H