Mercurial > dropbear
diff common-chansession.c @ 7:425ed5c20157
Chantype handling is sorted
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 02 Jun 2004 04:59:49 +0000 |
parents | fe6bca95afa7 |
children | 827f87dfbc22 |
line wrap: on
line diff
--- a/common-chansession.c Tue Jun 01 10:48:46 2004 +0000 +++ b/common-chansession.c Wed Jun 02 04:59:49 2004 +0000 @@ -25,7 +25,7 @@ #include "chansession.h" /* Mapping of signal values to ssh signal strings */ -const extern struct SigMap signames[] = { +const struct SigMap signames[] = { {SIGABRT, "ABRT"}, {SIGALRM, "ALRM"}, {SIGFPE, "FPE"},