]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include: don't use UL_NG_ prefix
authorKarel Zak <kzak@redhat.com>
Mon, 21 Nov 2022 08:50:07 +0000 (09:50 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 21 Nov 2022 08:50:07 +0000 (09:50 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/crc32.h
include/crc32c.h
include/crc64.h

index 2551f50de1fa3a6154181b9568723654a0673564..8457206e4fdcd915afad2356edbf536ead6a149f 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef UL_NG_CRC32_H
-#define UL_NG_CRC32_H
+#ifndef UL_CRC32_H
+#define UL_CRC32_H
 
 #include <sys/types.h>
 #include <stdint.h>
index 1c5083941fc59a6bc0d2f4ffbdf11e088771c6e5..21329f15fa9e5fd2ce4b258a3d1de9414c1bfe61 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef UL_NG_CRC32C_H
-#define UL_NG_CRC32C_H
+#ifndef UL_CRC32C_H
+#define UL_CRC32C_H
 
 #include <sys/types.h>
 #include <stdint.h>
 
 extern uint32_t crc32c(uint32_t crc, const void *buf, size_t size);
 
-#endif /* UL_NG_CRC32C_H */
+#endif /* UL_CRC32C_H */
index 28ddb0e94abe24fd71088f05a396469069a44abf..7cd2c4cce44cd6347b0b4394bb3d91f1b18ab635 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef UL_NG_CRC64_H
-#define UL_NG_CRC64_H
+#ifndef UL_CRC64_H
+#define UL_CRC64_H
 
 #include <sys/types.h>
 #include <stdint.h>