=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/cli.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/ssh/Attic/cli.c 2001/05/06 21:23:31 1.13 +++ src/usr.bin/ssh/Attic/cli.c 2001/06/23 15:12:18 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: cli.c,v 1.13 2001/05/06 21:23:31 markus Exp $ */ +/* $OpenBSD: cli.c,v 1.14 2001/06/23 15:12:18 itojun Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,7 +25,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: cli.c,v 1.13 2001/05/06 21:23:31 markus Exp $"); +RCSID("$OpenBSD: cli.c,v 1.14 2001/06/23 15:12:18 itojun Exp $"); #include "xmalloc.h" #include "log.h" @@ -81,7 +81,7 @@ return; } -void +static void intrcatch(int sig) { intr = 1;