<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>241077</bug_id>
          
          <creation_ts>2022-05-29 09:49:40 -0700</creation_ts>
          <short_desc>Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux</short_desc>
          <delta_ts>2022-05-30 15:00:14 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>bmalloc</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>All</rep_platform>
          <op_sys>Other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=241099</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Leonardo Taccari">iamleot+webkit-bugzilla</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>fujii</cc>
    
    <cc>ggaren</cc>
    
    <cc>iamleot+webkit-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1872626</commentid>
    <comment_count>0</comment_count>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-29 09:49:40 -0700</bug_when>
    <thetext>Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872627</commentid>
    <comment_count>1</comment_count>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-29 09:52:10 -0700</bug_when>
    <thetext>Patch coming... sorry, that was my first time using Tools/Scripts/webkit-patch and it seems that it didn&apos;t well well!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872628</commentid>
    <comment_count>2</comment_count>
      <attachid>459836</attachid>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-29 09:53:33 -0700</bug_when>
    <thetext>Created attachment 459836
Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux

sysinfo(2)/sysinfo(3) is used only on FreeBSD and Linux and could be not available in other Unix-like operating systems.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872629</commentid>
    <comment_count>3</comment_count>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-29 09:55:08 -0700</bug_when>
    <thetext>Only for the record here the complete transcript when trying to build JSC via `Tools/Scripts/build-jsc --jsc-only`:

```
[...]
-- Configuring done
-- Generating done
-- Build files have been written to: ...WebKit/WebKitBuild/Release
[363/1074] Building CXX object Source/bmalloc/CMakeFiles/bmalloc.dir/bmalloc/AvailableMemory.cpp.o FAILED: Source/bmalloc/CMakeFiles/bmalloc.dir/bmalloc/AvailableMemory.cpp.o /usr/bin/c++ -DBUILDING_JSCONLY__ -DBUILDING_WITH_CMAKE=1 -DBUILDING_bmalloc -DHAVE_CONFIG_H=1 -DPAS_BMALLOC=1 -I...WebKit/Source/bmalloc -I...WebKit/Source/bmalloc/bmalloc -I...WebKit/Source/bmalloc/libpas/src/libpas -fdiagnostics-color=always -Wextra -Wall -pipe -Wno-odr -Wno-stringop-overflow -Wno-nonnull -Wno-array-bounds -Wno-expansion-to-defined -Wno-noexcept-type -Wno-psabi -Wno-misleading-indentation -Wno-maybe-uninitialized -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wcast-align -Wno-tautological-compare  -fno-strict-aliasing -fno-exceptions -fno-rtti -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-field-initializers -Wno-cast-align -std=c++2a -MD -MT Source/bmalloc/CMakeFiles/bmalloc.dir/bmalloc/AvailableMemory.cpp.o -MF Source/bmalloc/CMakeFiles/bmalloc.dir/bmalloc/AvailableMemory.cpp.o.d -o Source/bmalloc/CMakeFiles/bmalloc.dir/bmalloc/AvailableMemory.cpp.o -c ...WebKit/Source/bmalloc/bmalloc/AvailableMemory.cpp
...WebKit/Source/bmalloc/bmalloc/AvailableMemory.cpp:47:10: fatal error: sys/sysinfo.h: No such file or directory
   47 | #include &lt;sys/sysinfo.h&gt;
      |          ^~~~~~~~~~~~~~~
compilation terminated.
[370/1074] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/RunLoop.cpp.o
ninja: build stopped: subcommand failed.
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872646</commentid>
    <comment_count>4</comment_count>
      <attachid>459836</attachid>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2022-05-29 12:55:58 -0700</bug_when>
    <thetext>Comment on attachment 459836
Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux

View in context: https://bugs.webkit.org/attachment.cgi?id=459836&amp;action=review

&gt; COMMIT_MESSAGE:4
&gt; +available in other Unix-like operating systems.

This commit message doesn&apos;t comply with WebKit format. WebKit has own prepare-commit-msg hook.
&quot;./Tools/Scripts/git-webkit setup&quot; will setup for you. Could you redo this patch with it?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872649</commentid>
    <comment_count>5</comment_count>
      <attachid>459836</attachid>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-29 13:26:22 -0700</bug_when>
    <thetext>Comment on attachment 459836
Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux

Marking it as obsolete because the commit message format is not okay.

(Sorry, I didn&apos;t known about `Tools/Scripts/git-webkit setup`, thanks to Fujii for pointing it out, patch hopefully adjusted coming soon!)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872650</commentid>
    <comment_count>6</comment_count>
      <attachid>459840</attachid>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-29 13:27:14 -0700</bug_when>
    <thetext>Created attachment 459840
Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux

sysinfo(2)/sysinfo(3) is used only on FreeBSD and Linux and could be not
available in other Unix-like operating systems.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872651</commentid>
    <comment_count>7</comment_count>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-29 13:28:13 -0700</bug_when>
    <thetext>Hello Fujii,

(In reply to Fujii Hironori from comment #4)
&gt; Comment on attachment 459836 [details]
&gt; Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=459836&amp;action=review
&gt; 
&gt; &gt; COMMIT_MESSAGE:4
&gt; &gt; +available in other Unix-like operating systems.
&gt; 
&gt; This commit message doesn&apos;t comply with WebKit format. WebKit has own
&gt; prepare-commit-msg hook.
&gt; &quot;./Tools/Scripts/git-webkit setup&quot; will setup for you. Could you redo this
&gt; patch with it?

Sure! (sorry, I didn&apos;t known about it)

I have hopefully reformatted it accordingly. If it needs further adjustment please let me know and/or feel free to adjust the commit message as you prefer.


Thank you!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872666</commentid>
    <comment_count>8</comment_count>
      <attachid>459840</attachid>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2022-05-29 16:44:36 -0700</bug_when>
    <thetext>Comment on attachment 459840
Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux

View in context: https://bugs.webkit.org/attachment.cgi?id=459840&amp;action=review

&gt; Source/bmalloc/bmalloc/AvailableMemory.cpp:-47
&gt; -#include &lt;sys/sysinfo.h&gt;

Unfortunately, sytle checker doesn&apos;t like this change.

&gt; ERROR: Source/bmalloc/bmalloc/AvailableMemory.cpp:54:  &quot;sys/sysinfo.h&quot; already included at Source/bmalloc/bmalloc/AvailableMemory.cpp:50  [build/include] [4]

#if BOS(FREEBSD) || BOS(LINUX)
#include &lt;sys/sysinfo.h&gt;
#endif

This condition matches with the implementation of AvailableMemory.cpp.

You can style errors with Tools/Scripts/check-webkit-style before uploading.
If you use `webkit-patch upload` or `git-webkit pr` scripts to upload your patch, it automatically run check-webkit-style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872667</commentid>
    <comment_count>9</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2022-05-29 16:45:47 -0700</bug_when>
    <thetext>If you don&apos;t mind, it&apos;d be great if you change another conidtion to `#if OS(LINUX) || OS(FREEBSD)` in this patch to match with the implementation.
https://github.com/WebKit/WebKit/blob/main/Source/WTF/wtf/RAMSize.cpp#L34</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872714</commentid>
    <comment_count>10</comment_count>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-30 03:57:51 -0700</bug_when>
    <thetext>(In reply to Fujii Hironori from comment #9)
&gt; If you don&apos;t mind, it&apos;d be great if you change another conidtion to `#if
&gt; OS(LINUX) || OS(FREEBSD)` in this patch to match with the implementation.
&gt; https://github.com/WebKit/WebKit/blob/main/Source/WTF/wtf/RAMSize.cpp#L34

I would prefer to do that in a separate patch to avoid possible regressions (I think that the components are separate and this bug actually fix build on non-FreeBSD/non-Linux Unix-like operating systems while the change in RAMSize.cpp will possibly impact FreeBSD only).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872716</commentid>
    <comment_count>11</comment_count>
      <attachid>459854</attachid>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-30 04:12:04 -0700</bug_when>
    <thetext>Created attachment 459854
Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux

sysinfo(2)/sysinfo(3) is used only on FreeBSD and Linux and could be not
available in other Unix-like operating systems.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872718</commentid>
    <comment_count>12</comment_count>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-30 04:12:58 -0700</bug_when>
    <thetext>(In reply to Fujii Hironori from comment #8)
&gt; Comment on attachment 459840 [details]
&gt; Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=459840&amp;action=review
&gt; 
&gt; &gt; Source/bmalloc/bmalloc/AvailableMemory.cpp:-47
&gt; &gt; -#include &lt;sys/sysinfo.h&gt;
&gt; 
&gt; Unfortunately, sytle checker doesn&apos;t like this change.
&gt; 
&gt; &gt; ERROR: Source/bmalloc/bmalloc/AvailableMemory.cpp:54:  &quot;sys/sysinfo.h&quot; already included at Source/bmalloc/bmalloc/AvailableMemory.cpp:50  [build/include] [4]
&gt; 
&gt; #if BOS(FREEBSD) || BOS(LINUX)
&gt; #include &lt;sys/sysinfo.h&gt;
&gt; #endif
&gt; 
&gt; This condition matches with the implementation of AvailableMemory.cpp.
&gt; 
&gt; You can style errors with Tools/Scripts/check-webkit-style before uploading.
&gt; If you use `webkit-patch upload` or `git-webkit pr` scripts to upload your
&gt; patch, it automatically run check-webkit-style.

Thanks, I have resubmitted it and I hope it&apos;s fine this time!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872726</commentid>
    <comment_count>13</comment_count>
    <who name="Leonardo Taccari">iamleot+webkit-bugzilla</who>
    <bug_when>2022-05-30 04:41:45 -0700</bug_when>
    <thetext>(In reply to Leonardo Taccari from comment #10)
&gt; (In reply to Fujii Hironori from comment #9)
&gt; &gt; If you don&apos;t mind, it&apos;d be great if you change another conidtion to `#if
&gt; &gt; OS(LINUX) || OS(FREEBSD)` in this patch to match with the implementation.
&gt; &gt; https://github.com/WebKit/WebKit/blob/main/Source/WTF/wtf/RAMSize.cpp#L34
&gt; 
&gt; I would prefer to do that in a separate patch to avoid possible regressions
&gt; (I think that the components are separate and this bug actually fix build on
&gt; non-FreeBSD/non-Linux Unix-like operating systems while the change in
&gt; RAMSize.cpp will possibly impact FreeBSD only).

I have opened https://bugs.webkit.org/show_bug.cgi?id=241099 for that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872757</commentid>
    <comment_count>14</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-05-30 07:19:13 -0700</bug_when>
    <thetext>Found 2 new test failures: webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html, webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872824</commentid>
    <comment_count>15</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-05-30 15:00:00 -0700</bug_when>
    <thetext>Committed r295033 (251128@main): &lt;https://commits.webkit.org/251128@main&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 459854.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872826</commentid>
    <comment_count>16</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-05-30 15:00:14 -0700</bug_when>
    <thetext>&lt;rdar://problem/94123044&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>459836</attachid>
            <date>2022-05-29 09:53:33 -0700</date>
            <delta_ts>2022-05-29 13:26:22 -0700</delta_ts>
            <desc>Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux</desc>
            <filename>0001-Include-sys-sysinfo.h-only-on-FreeBSD-and-Linux.patch</filename>
            <type>text/plain</type>
            <size>1040</size>
            <attacher name="Leonardo Taccari">iamleot+webkit-bugzilla</attacher>
            
              <data encoding="base64">RnJvbSA0NmI4M2VhMGFjYzk0YmI5NzIzYjFjYjZhODI0ZjRmZDE2ZTYzN2QwIE1vbiBTZXAgMTcg
MDA6MDA6MDAgMjAwMQpGcm9tOiBMZW9uYXJkbyBUYWNjYXJpIDxsZW90QE5ldEJTRC5vcmc+CkRh
dGU6IFN1biwgMjkgTWF5IDIwMjIgMTg6MzI6MTEgKzAyMDAKU3ViamVjdDogW1BBVENIXSBJbmNs
dWRlIDxzeXMvc3lzaW5mby5oPiBvbmx5IG9uIEZyZWVCU0QgYW5kIExpbnV4CgpzeXNpbmZvKDIp
L3N5c2luZm8oMykgaXMgdXNlZCBvbmx5IG9uIEZyZWVCU0QgYW5kIExpbnV4IGFuZCBjb3VsZCBi
ZSBub3QKYXZhaWxhYmxlIGluIG90aGVyIFVuaXgtbGlrZSBvcGVyYXRpbmcgc3lzdGVtcy4KLS0t
CiBTb3VyY2UvYm1hbGxvYy9ibWFsbG9jL0F2YWlsYWJsZU1lbW9yeS5jcHAgfCAzICsrLQogMSBm
aWxlIGNoYW5nZWQsIDIgaW5zZXJ0aW9ucygrKSwgMSBkZWxldGlvbigtKQoKZGlmZiAtLWdpdCBh
L1NvdXJjZS9ibWFsbG9jL2JtYWxsb2MvQXZhaWxhYmxlTWVtb3J5LmNwcCBiL1NvdXJjZS9ibWFs
bG9jL2JtYWxsb2MvQXZhaWxhYmxlTWVtb3J5LmNwcAppbmRleCBjZDA0ZjU5ZjVjOWUuLmZjYTNh
NTcwNzc2YSAxMDA2NDQKLS0tIGEvU291cmNlL2JtYWxsb2MvYm1hbGxvYy9BdmFpbGFibGVNZW1v
cnkuY3BwCisrKyBiL1NvdXJjZS9ibWFsbG9jL2JtYWxsb2MvQXZhaWxhYmxlTWVtb3J5LmNwcApA
QCAtNDQsMTMgKzQ0LDE0IEBACiAjaW1wb3J0IDxtYWNoL21hY2hfZXJyb3IuaD4KICNpbXBvcnQg
PG1hdGguaD4KICNlbGlmIEJPUyhVTklYKQotI2luY2x1ZGUgPHN5cy9zeXNpbmZvLmg+CiAjaWYg
Qk9TKExJTlVYKQogI2luY2x1ZGUgPGFsZ29yaXRobT4KICNpbmNsdWRlIDxmY250bC5oPgorI2lu
Y2x1ZGUgPHN5cy9zeXNpbmZvLmg+CiAjZWxpZiBCT1MoRlJFRUJTRCkKICNpbmNsdWRlICJWTUFs
bG9jYXRlLmgiCiAjaW5jbHVkZSA8c3lzL3N5c2N0bC5oPgorI2luY2x1ZGUgPHN5cy9zeXNpbmZv
Lmg+CiAjaW5jbHVkZSA8c3lzL3R5cGVzLmg+CiAjaW5jbHVkZSA8c3lzL3VzZXIuaD4KICNlbmRp
ZgotLSAKMi4zNS4zCgo=
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>459840</attachid>
            <date>2022-05-29 13:27:14 -0700</date>
            <delta_ts>2022-05-30 04:11:27 -0700</delta_ts>
            <desc>Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux</desc>
            <filename>0001-Include-sys-sysinfo.h-only-on-FreeBSD-and-Linux.patch</filename>
            <type>text/plain</type>
            <size>1164</size>
            <attacher name="Leonardo Taccari">iamleot+webkit-bugzilla</attacher>
            
              <data encoding="base64">RnJvbSBlMzgxOTE3YTM3YmYxY2Q5MGRmOGM3OWExMTAwOTY5ZjM2ZDkwZGJjIE1vbiBTZXAgMTcg
MDA6MDA6MDAgMjAwMQpGcm9tOiBMZW9uYXJkbyBUYWNjYXJpIDxsZW90QE5ldEJTRC5vcmc+CkRh
dGU6IFN1biwgMjkgTWF5IDIwMjIgMjI6MjM6MDkgKzAyMDAKU3ViamVjdDogW1BBVENIXSBJbmNs
dWRlIDxzeXMvc3lzaW5mby5oPiBvbmx5IG9uIEZyZWVCU0QgYW5kIExpbnV4CiBodHRwczovL2J1
Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MjQxMDc3CgpSZXZpZXdlZCBieSBOT0JPRFkg
KE9PUFMhKS4KCnN5c2luZm8oMikvc3lzaW5mbygzKSBpcyB1c2VkIG9ubHkgb24gRnJlZUJTRCBh
bmQgTGludXggYW5kIGNvdWxkIGJlIG5vdAphdmFpbGFibGUgaW4gb3RoZXIgVW5peC1saWtlIG9w
ZXJhdGluZyBzeXN0ZW1zLgoKKiBTb3VyY2UvYm1hbGxvYy9ibWFsbG9jL0F2YWlsYWJsZU1lbW9y
eS5jcHA6Ci0tLQogU291cmNlL2JtYWxsb2MvYm1hbGxvYy9BdmFpbGFibGVNZW1vcnkuY3BwIHwg
MyArKy0KIDEgZmlsZSBjaGFuZ2VkLCAyIGluc2VydGlvbnMoKyksIDEgZGVsZXRpb24oLSkKCmRp
ZmYgLS1naXQgYS9Tb3VyY2UvYm1hbGxvYy9ibWFsbG9jL0F2YWlsYWJsZU1lbW9yeS5jcHAgYi9T
b3VyY2UvYm1hbGxvYy9ibWFsbG9jL0F2YWlsYWJsZU1lbW9yeS5jcHAKaW5kZXggY2QwNGY1OWY1
YzllLi5mY2EzYTU3MDc3NmEgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9ibWFsbG9jL2JtYWxsb2MvQXZh
aWxhYmxlTWVtb3J5LmNwcAorKysgYi9Tb3VyY2UvYm1hbGxvYy9ibWFsbG9jL0F2YWlsYWJsZU1l
bW9yeS5jcHAKQEAgLTQ0LDEzICs0NCwxNCBAQAogI2ltcG9ydCA8bWFjaC9tYWNoX2Vycm9yLmg+
CiAjaW1wb3J0IDxtYXRoLmg+CiAjZWxpZiBCT1MoVU5JWCkKLSNpbmNsdWRlIDxzeXMvc3lzaW5m
by5oPgogI2lmIEJPUyhMSU5VWCkKICNpbmNsdWRlIDxhbGdvcml0aG0+CiAjaW5jbHVkZSA8ZmNu
dGwuaD4KKyNpbmNsdWRlIDxzeXMvc3lzaW5mby5oPgogI2VsaWYgQk9TKEZSRUVCU0QpCiAjaW5j
bHVkZSAiVk1BbGxvY2F0ZS5oIgogI2luY2x1ZGUgPHN5cy9zeXNjdGwuaD4KKyNpbmNsdWRlIDxz
eXMvc3lzaW5mby5oPgogI2luY2x1ZGUgPHN5cy90eXBlcy5oPgogI2luY2x1ZGUgPHN5cy91c2Vy
Lmg+CiAjZW5kaWYKLS0gCjIuMzUuMwoK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>459854</attachid>
            <date>2022-05-30 04:12:04 -0700</date>
            <delta_ts>2022-05-30 15:00:00 -0700</delta_ts>
            <desc>Include &lt;sys/sysinfo.h&gt; only on FreeBSD and Linux</desc>
            <filename>0001-Include-sys-sysinfo.h-only-on-FreeBSD-and-Linux.patch</filename>
            <type>text/plain</type>
            <size>1009</size>
            <attacher name="Leonardo Taccari">iamleot+webkit-bugzilla</attacher>
            
              <data encoding="base64">RnJvbSAyOTllMjEzMmRlZjkyNDJkYmFkMjlkNjk4MDBjZDZiNTA1NWY1NThiIE1vbiBTZXAgMTcg
MDA6MDA6MDAgMjAwMQpGcm9tOiBMZW9uYXJkbyBUYWNjYXJpIDxsZW90QE5ldEJTRC5vcmc+CkRh
dGU6IE1vbiwgMzAgTWF5IDIwMjIgMTM6MDg6NTEgKzAyMDAKU3ViamVjdDogW1BBVENIXSBJbmNs
dWRlIDxzeXMvc3lzaW5mby5oPiBvbmx5IG9uIEZyZWVCU0QgYW5kIExpbnV4CiBodHRwczovL2J1
Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MjQxMDc3CgpSZXZpZXdlZCBieSBOT0JPRFkg
KE9PUFMhKS4KCnN5c2luZm8oMikvc3lzaW5mbygzKSBpcyB1c2VkIG9ubHkgb24gRnJlZUJTRCBh
bmQgTGludXggYW5kIGNvdWxkIGJlIG5vdAphdmFpbGFibGUgaW4gb3RoZXIgVW5peC1saWtlIG9w
ZXJhdGluZyBzeXN0ZW1zLgoKKiBTb3VyY2UvYm1hbGxvYy9ibWFsbG9jL0F2YWlsYWJsZU1lbW9y
eS5jcHA6Ci0tLQogU291cmNlL2JtYWxsb2MvYm1hbGxvYy9BdmFpbGFibGVNZW1vcnkuY3BwIHwg
MiArKwogMSBmaWxlIGNoYW5nZWQsIDIgaW5zZXJ0aW9ucygrKQoKZGlmZiAtLWdpdCBhL1NvdXJj
ZS9ibWFsbG9jL2JtYWxsb2MvQXZhaWxhYmxlTWVtb3J5LmNwcCBiL1NvdXJjZS9ibWFsbG9jL2Jt
YWxsb2MvQXZhaWxhYmxlTWVtb3J5LmNwcAppbmRleCBjZDA0ZjU5ZjVjOWUuLmM4OWRlNTY4N2Q1
NyAxMDA2NDQKLS0tIGEvU291cmNlL2JtYWxsb2MvYm1hbGxvYy9BdmFpbGFibGVNZW1vcnkuY3Bw
CisrKyBiL1NvdXJjZS9ibWFsbG9jL2JtYWxsb2MvQXZhaWxhYmxlTWVtb3J5LmNwcApAQCAtNDQs
NyArNDQsOSBAQAogI2ltcG9ydCA8bWFjaC9tYWNoX2Vycm9yLmg+CiAjaW1wb3J0IDxtYXRoLmg+
CiAjZWxpZiBCT1MoVU5JWCkKKyNpZiBCT1MoRlJFRUJTRCkgfHwgQk9TKExJTlVYKQogI2luY2x1
ZGUgPHN5cy9zeXNpbmZvLmg+CisjZW5kaWYKICNpZiBCT1MoTElOVVgpCiAjaW5jbHVkZSA8YWxn
b3JpdGhtPgogI2luY2x1ZGUgPGZjbnRsLmg+Ci0tIAoyLjM2LjEKCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>