• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for Dreamcast


Commit MetaInfo

Revisionaa60409e54b0efe221a00bc24f8a848f1865c383 (tree)
Zeit2021-09-30 16:36:41
Autoralaskanemily <emily@alas...>
Commiteralaskanemily

Log Message

OpenBSD hosted fixes

Ändern Zusammenfassung

Diff

--- a/fixincludes/mkfixinc.sh
+++ b/fixincludes/mkfixinc.sh
@@ -19,7 +19,7 @@ case $machine in
1919 powerpc-*-rtems* | \
2020 powerpcle-*-eabisim* | \
2121 powerpcle-*-eabi* | \
22- *-musl* |
22+ *-musl* | \
2323 *-dc)
2424 # IF there is no include fixing,
2525 # THEN create a no-op fixer and exit
--- a/libcc1/connection.cc
+++ b/libcc1/connection.cc
@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see
2121 #include <string>
2222 #include <unistd.h>
2323 #include <sys/types.h>
24+#include <sys/select.h>
2425 #include <string.h>
2526 #include <errno.h>
2627 #include "marshall.hh"