Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2016 06:36:59 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r304186 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201605300636.u4U6axBg056786@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Mon May 30 06:36:59 2016
New Revision: 304186
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304186

Log:
  update eaps commands modules

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon May 30 06:35:47 2016	(r304185)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon May 30 06:36:59 2016	(r304186)
@@ -64,7 +64,7 @@
 int	keyword(const char *);
 static void	createdomain(int, char **);
 static void deletedomain(int, char **);
-static void usage(void);
+static void usage(const char *);
 
 int
 main(int argc, char **argv)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605300636.u4U6axBg056786>