Cannot get it compiled:S
Code:
gcc -o disable_journal disable_journal.c
disable_journal.c: In function ‘main’:
disable_journal.c:31: warning: format ‘%8.8x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’
/tmp/ccz3QZ1P.o: In function `main':
disable_journal.c:(.text+0xfe): undefined reference to `bswap_32'
disable_journal.c:(.text+0x14f): undefined reference to `bswap_32'
collect2: ld returned 1 exit status