Date: Thu, 5 Sep 2013 07:40:07 +0000 (UTC) From: Dmitry Morozovsky <marck@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326363 - head/net-mgmt/ehnt/files Message-ID: <201309050740.r857e70t022665@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marck (doc committer) Date: Thu Sep 5 07:40:06 2013 New Revision: 326363 URL: http://svnweb.freebsd.org/changeset/ports/326363 Log: Clang is more strict than gcc. Fix build for 10.* No need to bump revision as there are no changes except one brach build fix. Notified by: pkg-fallout Modified: head/net-mgmt/ehnt/files/patch-ehnt__client.c Modified: head/net-mgmt/ehnt/files/patch-ehnt__client.c ============================================================================== --- head/net-mgmt/ehnt/files/patch-ehnt__client.c Thu Sep 5 07:34:14 2013 (r326362) +++ head/net-mgmt/ehnt/files/patch-ehnt__client.c Thu Sep 5 07:40:06 2013 (r326363) @@ -1,8 +1,8 @@ $FreeBSD$ ---- ehnt_client.c.orig Thu Oct 4 22:18:29 2001 -+++ ehnt_client.c Mon Aug 9 23:49:05 2004 +--- ehnt_client.c.orig ++++ ehnt_client.c @@ -27,6 +27,9 @@ static void sig_int (int); char getkey(); @@ -42,3 +42,12 @@ $FreeBSD$ char key; key=getkey(); switch (key) { +@@ -125,7 +130,7 @@ + } /* for ( ; ; ) */ + } + +-int ehnt_client_processmessage(int sockfd,struct in_addr routeraddr, struct ehnt_struct *my_ehnt_struct ) { ++void ehnt_client_processmessage(int sockfd,struct in_addr routeraddr, struct ehnt_struct *my_ehnt_struct ) { + int c,i; + char mesg[MAXPACKET]; + struct flow_ver5_hdr * flowhdr;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050740.r857e70t022665>