summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rfc3195d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc3195d.c b/rfc3195d.c
index 2a06d699..5a7366be 100644
--- a/rfc3195d.c
+++ b/rfc3195d.c
@@ -194,7 +194,7 @@ int main(int argc, char* argv[])
{
srRetVal iRet;
int ch;
- struct sigaction_t sigAct;
+ struct sigaction sigAct;
while ((ch = getopt(argc, argv, "di:np:r:v")) != EOF)
switch((char)ch) {