Index: head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.h =================================================================== --- head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.h (revision 429558) +++ head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.h (nonexistent) @@ -1,11 +0,0 @@ ---- hardware/arduino/sam/cores/arduino/itoa.h.orig 2016-10-14 15:00:09 UTC -+++ hardware/arduino/sam/cores/arduino/itoa.h -@@ -31,7 +31,7 @@ extern void itoa( int n, char s[] ) ; - - extern char* itoa( int value, char *string, int radix ) ; - extern char* ltoa( long value, char *string, int radix ) ; --extern char* utoa( unsigned long value, char *string, int radix ) ; -+extern char* utoa( unsigned int value, char *string, int radix ) ; - extern char* ultoa( unsigned long value, char *string, int radix ) ; - #endif /* 0 */ - Property changes on: head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.c =================================================================== --- head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.c (revision 429558) +++ head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.c (nonexistent) @@ -1,11 +0,0 @@ ---- hardware/arduino/sam/cores/arduino/itoa.c.orig 2016-10-14 15:00:06 UTC -+++ hardware/arduino/sam/cores/arduino/itoa.c -@@ -121,7 +121,7 @@ extern char* ltoa( long value, char *str - return string; - } - --extern char* utoa( unsigned long value, char *string, int radix ) -+extern char* utoa( unsigned int value, char *string, int radix ) - { - return ultoa( value, string, radix ) ; - } Property changes on: head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property