From 5bbed890029e6b965a32317763ef33c9b3178550 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 11 Jun 2004 19:42:04 +0000 Subject: Quench some GCC 3.4 warnings by making sure that all int arguments are marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882 --- etrn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etrn.c') diff --git a/etrn.c b/etrn.c index f7d4d48a..dacd700a 100644 --- a/etrn.c +++ b/etrn.c @@ -119,7 +119,7 @@ static int etrn_logout(int sock, struct query *ctl) return(gen_transact(sock, "QUIT")); } -const static struct method etrn = +static const struct method etrn = { "ETRN", /* ESMTP ETRN extension */ #if INET6_ENABLE -- cgit v1.2.3