Commit
ab977738b inadvertently changed osi_Assert to opr_Assert for
kernel code, causing the kernel build to produce an unloadable
module with undefined symbols.
Change-Id: I792359974ef21db97267847dfdf6c4b17c84328a
Reviewed-on: http://gerrit.openafs.org/8039
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
#if defined(assert)
#undef assert
#endif
-#define assert opr_Assert
+#define assert osi_Assert
/* hcrypto uses "static inline", which isn't supported by some of our
* compilers */