diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-11 16:44:03 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-11 16:44:03 +0000 |
commit | 08955213b79f8c4137539f0f6b7af002f0a00102 (patch) | |
tree | 1d2b90169e359aa165a3893adc40e64a51563922 /rfc3195d.c | |
parent | e114e0d7e5c2df006fc89d8625274da099327e2e (diff) | |
download | rsyslog-08955213b79f8c4137539f0f6b7af002f0a00102.tar.gz rsyslog-08955213b79f8c4137539f0f6b7af002f0a00102.tar.xz rsyslog-08955213b79f8c4137539f0f6b7af002f0a00102.zip |
fixed syntax error in sigaction handling
Diffstat (limited to 'rfc3195d.c')
-rw-r--r-- | rfc3195d.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |