Github messages for voidlinux
 help / color / mirror / Atom feed
From: Chocimier <Chocimier@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New package: Unhide-20210124
Date: Fri, 17 Sep 2021 19:27:55 +0200	[thread overview]
Message-ID: <20210917172755.kkqpdhWHR5XBL3Vbn9_PYYXCPfl0KwxjY8ovwDYW9eo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32691@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1358 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32691#issuecomment-921962324

Comment:
Builds on musl with

``` patch
diff --git a/unhide-linux-compound.c b/unhide-linux-compound.c
index 31f0ee6..a6b597e 100644
--- a/unhide-linux-compound.c
+++ b/unhide-linux-compound.c
@@ -43,6 +43,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include <sys/syscall.h>
 #include <ctype.h>
 #include <time.h>
+#include <limits.h>
 
 #include "unhide-output.h"
 #include "unhide-linux.h"
diff --git a/unhide-linux-procfs.c b/unhide-linux-procfs.c
index 65d3949..56ca1a2 100644
--- a/unhide-linux-procfs.c
+++ b/unhide-linux-procfs.c
@@ -43,6 +43,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include <sys/syscall.h>
 #include <ctype.h>
 #include <time.h>
+#include <limits.h>
 
 #include "unhide-output.h"
 #include "unhide-linux.h"
diff --git a/unhide-output.c b/unhide-output.c
index 2d5a834..50c844a 100644
--- a/unhide-output.c
+++ b/unhide-output.c
@@ -25,9 +25,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include <errno.h>
 #ifdef __linux__
    #include <linux/limits.h>
-#else
-   #include <limits.h>
 #endif
+#include <limits.h>
 #include <string.h>
 #include <time.h>
 
```

  parent reply	other threads:[~2021-09-17 17:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26 21:23 [PR PATCH] " k4leg
2021-08-28  9:36 ` [PR PATCH] [Updated] " k4leg
2021-09-17 17:27 ` Chocimier [this message]
2021-09-17 18:31 ` k4leg
2021-09-17 18:34 ` k4leg
2021-09-17 18:37 ` k4leg
2021-09-21 19:01 ` [PR REVIEW] " Johnnynator
2021-09-24 10:27 ` [PR PATCH] [Updated] " k4leg
2021-09-24 10:32 ` [PR REVIEW] " k4leg
2022-06-02  2:15 ` github-actions
2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210917172755.kkqpdhWHR5XBL3Vbn9_PYYXCPfl0KwxjY8ovwDYW9eo@z \
    --to=chocimier@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).