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

This commit is contained in:
Brian Behlendorf 2008-12-16 09:45:17 -08:00
commit 2e6486a1bf
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)
{