[rtems-libbsd commit] linux/crc32.h: Update due to API changes

Sebastian Huber sebh at rtems.org
Wed Sep 23 04:34:39 UTC 2020


Module:    rtems-libbsd
Branch:    master
Commit:    5f29d17bee39be3c2c6216ae678a4ba593587521
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=5f29d17bee39be3c2c6216ae678a4ba593587521

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Sep 22 17:31:19 2020 +0200

linux/crc32.h: Update due to API changes

---

 rtemsbsd/powerpc/include/linux/crc32.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rtemsbsd/powerpc/include/linux/crc32.h b/rtemsbsd/powerpc/include/linux/crc32.h
index 0edaaa0..a86ac4a 100644
--- a/rtemsbsd/powerpc/include/linux/crc32.h
+++ b/rtemsbsd/powerpc/include/linux/crc32.h
@@ -28,7 +28,7 @@
 #define	_LINUX_CRC32_H
 
 #include <linux/types.h>
-#include <sys/libkern.h>
+#include <sys/gsb_crc32.h>
 
 #ifdef __cplusplus
 extern "C" {



More information about the vc mailing list