[PATCH 4/6] librmt/rmtopen: Prefer <signal.h> over <sys/signal.h>
Felix Janda
felix.janda at posteo.de
Tue Jan 12 15:08:35 CST 2016
Signed-off-by: Felix Janda <felix.janda at 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
More information about the xfs
mailing list