OpenBSD: Use FREE instead of KFREE
[openafs.git] / src / afs / OBSD / osi_machdep.h
index c7af6bc..a96e248 100644 (file)
@@ -88,7 +88,7 @@ extern void osi_obsd_Free(void *p, size_t asize);
   free((p), (mflags))
 #else
 #define BSD_KMALLOC MALLOC
-#define BSD_KFREE KFREE
+#define BSD_KFREE FREE
 #endif /* AFS_OBSD42_ENV */
 
 /* proc, cred */