summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authormouring <mouring>2002-06-06 20:59:25 +0000
committermouring <mouring>2002-06-06 20:59:25 +0000
commitc85454b1b730ff8e0e055dc79d3a5a51f50e6b79 (patch)
treef869bf8b3fab833f83a04530cdefbe687715e8bc /packet.c
parent5914e8c01937ec5cd1022155d334690954fea2fd (diff)
downloadopenssh-c85454b1b730ff8e0e055dc79d3a5a51f50e6b79.tar.gz
- markus@cvs.openbsd.org 2002/06/04 23:02:06
[packet.c] remove __FUNCTION__
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index 258085d2..abc89e76 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.93 2002/03/24 16:01:13 markus Exp $");
+RCSID("$OpenBSD: packet.c,v 1.94 2002/06/04 23:02:06 markus Exp $");
#include "xmalloc.h"
#include "buffer.h"
@@ -263,7 +263,7 @@ packet_set_seqnr(int mode, u_int32_t seqnr)
else if (mode == MODE_OUT)
send_seqnr = seqnr;
else
- fatal("%s: bad mode %d", __FUNCTION__, mode);
+ fatal("packet_set_seqnr: bad mode %d", mode);
}
/* returns 1 if connection is via ipv4 */