Ticket #175: gnutls-2.8.6.patch
| File gnutls-2.8.6.patch, 781 bytes (added by michaelvoliveira, 5 years ago) |
|---|
-
doc/scripts/sort2.pl
diff -Naur gnutls-2.8.6/doc/scripts/sort2.pl gnutls-2.8.6-haiku/doc/scripts/sort2.pl
old new 1 #!/ usr/bin/perl1 #!/bin/env perl 2 2 3 3 sub key_of_record { 4 4 local($record) = @_; -
gl/string.in.h
diff -Naur gnutls-2.8.6/gl/string.in.h gnutls-2.8.6-haiku/gl/string.in.h
old new 36 36 # endif 37 37 /* The attribute __pure__ was added in gcc 2.96. */ 38 38 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96) 39 # define __pure__ /* empty */39 # define __pure__ none /* empty */ 40 40 # endif 41 41 #endif 42 42
