• R/O
  • HTTP
  • SSH
  • HTTPS

hengbandosx: Commit

The master and develop branches track hengband.

OS X development happens on the macos-1-6-2, macos-2-2-1, and macos-develop branches.


Commit MetaInfo

Revision5cbcd0fad860635fd625551024895671b8b0816f (tree)
Time2020-11-14 22:16:22
Authordeskull <deskull@user...>
Commiterdeskull

Log Message

Revert "Put in place a workaround for compiling on Linux: unset si_ptr which is conflicting with Hengband."

This reverts commit dcb062b063dd5f8d715bae03bc7fd569d0f8807c.

Change Summary

Incremental Difference

--- a/src/system/h-system.h
+++ b/src/system/h-system.h
@@ -70,15 +70,6 @@
7070
7171 # include <sys/stat.h>
7272
73-# ifdef si_ptr
74-/*
75- * Linux (at least Debian 10) defines this to access a field in siginfo_t
76- * (see the sigaction(2) man page). Get rid of it since Hengband isn't
77- * using siginfo_t and does use si_ptr in other contexts.
78- */
79-# undef si_ptr
80-# endif
81-
8273 #endif /* SET_UID */
8374
8475 #include <string.h>
Show on old repository browser