svn commit: r441622 - head/devel/llvm-devel/files

Brooks Davis brooks at FreeBSD.org
Wed May 24 22:09:04 UTC 2017


Author: brooks
Date: Wed May 24 22:09:03 2017
New Revision: 441622
URL: https://svnweb.freebsd.org/changeset/ports/441622

Log:
  Correct __FreeBSD_version value for ino64.
  
  No version bump as I belive systems in the wrong window will fail to
  build.

Modified:
  head/devel/llvm-devel/files/compiler-rt-patch-ino64

Modified: head/devel/llvm-devel/files/compiler-rt-patch-ino64
==============================================================================
--- head/devel/llvm-devel/files/compiler-rt-patch-ino64	Wed May 24 21:38:51 2017	(r441621)
+++ head/devel/llvm-devel/files/compiler-rt-patch-ino64	Wed May 24 22:09:03 2017	(r441622)
@@ -4,7 +4,7 @@
    };
  #elif SANITIZER_FREEBSD
    struct __sanitizer_dirent {
-+#if __FreeBSD_version < 1200030
++#if __FreeBSD_version < 1200031
      unsigned int d_fileno;
 +#else
 +    unsigned long long d_fileno;


More information about the svn-ports-all mailing list