• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/efibootmgr


Commit MetaInfo

Révisiond05cd316ce5cbe3f4c201ba7bc71b873acc60a01 (tree)
l'heure2017-03-14 03:57:09
AuteurJosh de Kock <josh@itan...>
CommiterPeter Jones

Message de Log

unparse_path: remove unneeded include

This fixes an invalid redefinition of wchar_t when compiling with hardened gcc-musl on gentoo.

Change Summary

Modification

--- a/src/unparse_path.c
+++ b/src/unparse_path.c
@@ -21,7 +21,6 @@
2121 /* For PRIx64 */
2222 #define __STDC_FORMAT_MACROS
2323
24-#include <stddef.h>
2524 #include <stdio.h>
2625 #include <stdlib.h>
2726 #include <inttypes.h>