socsvn commit: r304186 - soc2016/yuanxunzhang/head/usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon May 30 06:37:00 UTC 2016


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)


More information about the svn-soc-all mailing list