| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 4/6] librmt/rmtopen: Prefer <signal.h> over <sys/signal.h> |
| From: | Felix Janda <felix.janda@xxxxxxxxx> |
| Date: | Tue, 12 Jan 2016 22:08:35 +0100 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <cover.1452632647.git.felix.janda@xxxxxxxxx> |
| References: | <cover.1452632647.git.felix.janda@xxxxxxxxx> |
| User-agent: | Mutt/1.5.23 (2014-03-12) |
Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx> --- 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 |
| Previous by Date: | [PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD, Felix Janda |
|---|---|
| Next by Date: | [PATCH 5/6] dump/var.c: Include <limits.h> for PATH_MAX, Felix Janda |
| Previous by Thread: | Re: [PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD, Christoph Hellwig |
| Next by Thread: | Re: [PATCH 4/6] librmt/rmtopen: Prefer <signal.h> over <sys/signal.h>, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |