public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Felix Janda <felix.janda@posteo.de>
To: xfs@oss.sgi.com
Subject: [PATCH 4/6] librmt/rmtopen: Prefer <signal.h> over <sys/signal.h>
Date: Tue, 12 Jan 2016 22:08:35 +0100	[thread overview]
Message-ID: <20160112210835.GE10044@nyan> (raw)
In-Reply-To: <cover.1452632647.git.felix.janda@posteo.de>

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 librmt/rmtopen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/librmt/rmtopen.c b/librmt/rmtopen.c
index 4bf9383..09ba3e4 100644
--- a/librmt/rmtopen.c
+++ b/librmt/rmtopen.c
@@ -27,7 +27,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
-#include <sys/signal.h>
+#include <signal.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-- 
2.4.10

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  parent reply	other threads:[~2016-01-12 21:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-12 21:04 [PATCH 0/6] xfsdump: Compile with musl libc Felix Janda
2016-01-12 21:08 ` [PATCH 1/6] invutil/invidx: include <fcntl.h> for O_CREAT Felix Janda
2016-01-13  7:59   ` Christoph Hellwig
2016-01-12 21:08 ` [PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX Felix Janda
2016-01-13  7:59   ` Christoph Hellwig
2016-01-12 21:08 ` [PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD Felix Janda
2016-01-13  7:59   ` Christoph Hellwig
2016-01-12 21:08 ` Felix Janda [this message]
2016-01-13  8:00   ` [PATCH 4/6] librmt/rmtopen: Prefer <signal.h> over <sys/signal.h> Christoph Hellwig
2016-01-12 21:08 ` [PATCH 5/6] dump/var.c: Include <limits.h> for PATH_MAX Felix Janda
2016-01-13  8:00   ` Christoph Hellwig
2016-01-12 21:08 ` [PATCH 6/6] Prefer stdint types over __uint*_t and __int*_t Felix Janda
2016-01-13  8:01   ` Christoph Hellwig
2016-01-13 17:51     ` [PATCH v2] cleanup: Kill __[u]int*_t types Felix Janda
2016-01-14 10:20       ` Christoph Hellwig

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=20160112210835.GE10044@nyan \
    --to=felix.janda@posteo.de \
    --cc=xfs@oss.sgi.com \
    /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