svn commit: r311644 - stable/10/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sat Jan 7 11:58:15 UTC 2017


Author: kib
Date: Sat Jan  7 11:58:14 2017
New Revision: 311644
URL: https://svnweb.freebsd.org/changeset/base/311644

Log:
  MFC r310925:
  Remove unused declaration.

Modified:
  stable/10/sys/sys/conf.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/sys/conf.h
==============================================================================
--- stable/10/sys/sys/conf.h	Sat Jan  7 11:48:44 2017	(r311643)
+++ stable/10/sys/sys/conf.h	Sat Jan  7 11:58:14 2017	(r311644)
@@ -305,7 +305,6 @@ int	make_dev_physpath_alias(int _flags, 
 		const char *_physpath);
 void	dev_lock(void);
 void	dev_unlock(void);
-void	setconf(void);
 
 #ifdef KLD_MODULE
 #define	MAKEDEV_ETERNAL_KLD	0


More information about the svn-src-all mailing list