>From 97e49d3e55bcfce2fb2f8547528cf2f373e0843d Mon Sep 17 00:00:00 2001
From: Steven Whitehouse <swhiteho@redhat.com>
Date: Thu, 15 Dec 2011 10:36:51 +0000
Subject: [PATCH 1/2] fsck.gfs2: Use sigaction and not signal syscall
The signal syscall is obsolete and should not be used.
----- Original Message -----
| >From 97e49d3e55bcfce2fb2f8547528cf2f373e0843d Mon Sep 17 00:00:00
| >2001
| From: Steven Whitehouse <swhiteho@redhat.com>
| Date: Thu, 15 Dec 2011 10:36:51 +0000
| Subject: [PATCH 1/2] fsck.gfs2: Use sigaction and not signal syscall
|
| The signal syscall is obsolete and should not be used.
|
| Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
| ---