mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
86c2982568
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
16 lines
265 B
Diff
16 lines
265 B
Diff
---
|
|
gold/binary.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/gold/binary.cc
|
|
+++ b/gold/binary.cc
|
|
@@ -23,7 +23,7 @@
|
|
#include "gold.h"
|
|
|
|
#include <cerrno>
|
|
-#include <cstring>
|
|
+#include <string>
|
|
|
|
#include "elfcpp.h"
|
|
#include "stringpool.h"
|