]> andersk Git - openssh.git/blobdiff - packet.c
- andreas@cvs.openbsd.org 2009/06/12 20:43:22
[openssh.git] / packet.c
index f3f8389a3c3c2ef40e3236e8a4a0d9b7ca17ad88..f74fe52e3f6816bb63bec76c27947842b0642b0c 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.163 2009/05/28 16:50:16 andreas Exp $ */
+/* $OpenBSD: packet.c,v 1.164 2009/06/12 20:43:22 andreas Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -188,7 +188,7 @@ struct session_state {
 static struct session_state *active_state;
 
 static struct session_state *
-alloc_session_state()
+alloc_session_state(void)
 {
     struct session_state *s = xcalloc(1, sizeof(*s));
 
This page took 0.032959 seconds and 4 git commands to generate.