diff options
Diffstat (limited to 'plpnfsd')
-rw-r--r-- | plpnfsd/mp_mount.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plpnfsd/mp_mount.c b/plpnfsd/mp_mount.c index a655fe8..6f9d203 100644 --- a/plpnfsd/mp_mount.c +++ b/plpnfsd/mp_mount.c @@ -124,14 +124,14 @@ static char *mntdir; /* where we mounted the psion */ static void doexit(void); #endif -static void +static RETSIGTYPE usr1_handler SIGARG { debug = (debug + 1) & 3; infolog("Set debug level to %d\n", debug); }; -static void +static RETSIGTYPE hup_handler SIGARG { if (debug > 1) @@ -139,7 +139,7 @@ hup_handler SIGARG exiting = 5; }; -static void +static RETSIGTYPE term_handler SIGARG { if (debug > 1) |