Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2008-12-10 15:51:57 -08:00
commit 695f8589f4
2 changed files with 1 additions and 2 deletions

View File

@ -27,6 +27,7 @@
#ifndef _SOL_SYS_TIME_H
#define _SOL_SYS_TIME_H
#include <sys/types.h>
#include_next <sys/time.h>
typedef longlong_t hrtime_t;

View File

@ -87,6 +87,4 @@ typedef union {
} lloff_t;
#endif
#include <sys/time.h>
#endif