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

This commit is contained in:
Brian Behlendorf 2008-12-16 09:43:39 -08:00
commit 9ea6a7a80c
1 changed files with 0 additions and 12 deletions

View File

@ -208,18 +208,6 @@ uu_panic(const char *format, ...)
(void) pause();
}
int
assfail(const char *astring, const char *file, int line)
{
#if defined(__STDC__) && __STDC_VERSION__ - 0 >= 199901L
__assert_c99(astring, file, line, "unknown func");
#else
__assert(astring, file, line);
#endif
/*NOTREACHED*/
return (0);
}
static void
uu_lockup(void)
{