shithub: 9pro

Download patch

ref: 84f634f79e436af6125267df1c8f164a7e6433cc
parent: f0403594a044ce6981f9f8e03a11bb3d3fb19dbd
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Dec 23 13:13:38 EST 2019

crc32: don't need stdio anymore

--- a/crc32.c
+++ b/crc32.c
@@ -1,6 +1,5 @@
 #define _DEFAULT_SOURCE
 #include <stdint.h>
-#include <stdio.h>
 
 static uint32_t table[256] = {
 	0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3,