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

This commit is contained in:
Brian Behlendorf 2008-12-16 09:40:36 -08:00
commit 89f8f54122
1 changed files with 3 additions and 2 deletions

View File

@ -24,10 +24,11 @@
* Use is subject to license terms.
*/
#include_next <assert.h>
#ifndef _SOL_ASSERT_H
#define _SOL_ASSERT_H
#include_next <assert.h>
#include <stdio.h>
#include <stdlib.h>
@ -39,6 +40,6 @@ __assert_c99(const char *expr, const char *file, int line, const char *func)
file, line, func, expr);
abort();
}
#endif
#endif /* __assert_c99 */
#endif