comparison common-chansession.c @ 314:827f87dfbc22 ucc-axis-hack

*hack hack hack* get rid of a few more bits
author matt-ucc@ucc.asn.au
date Mon, 27 Mar 2006 08:36:44 +0000
parents 425ed5c20157
children
comparison
equal deleted inserted replaced
313:fabcee551349 314:827f87dfbc22
23 * SOFTWARE. */ 23 * SOFTWARE. */
24 24
25 #include "chansession.h" 25 #include "chansession.h"
26 26
27 /* Mapping of signal values to ssh signal strings */ 27 /* Mapping of signal values to ssh signal strings */
28 #if 0
28 const struct SigMap signames[] = { 29 const struct SigMap signames[] = {
29 {SIGABRT, "ABRT"}, 30 {SIGABRT, "ABRT"},
30 {SIGALRM, "ALRM"}, 31 {SIGALRM, "ALRM"},
31 {SIGFPE, "FPE"}, 32 {SIGFPE, "FPE"},
32 {SIGHUP, "HUP"}, 33 {SIGHUP, "HUP"},
39 {SIGTERM, "TERM"}, 40 {SIGTERM, "TERM"},
40 {SIGUSR1, "USR1"}, 41 {SIGUSR1, "USR1"},
41 {SIGUSR2, "USR2"}, 42 {SIGUSR2, "USR2"},
42 {0, NULL} 43 {0, NULL}
43 }; 44 };
45 #endif