svn commit: r311641 - stable/11/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sat Jan 7 11:32:55 UTC 2017


Author: kib
Date: Sat Jan  7 11:32:54 2017
New Revision: 311641
URL: https://svnweb.freebsd.org/changeset/base/311641

Log:
  MFC r310925:
  Remove unused declaration.

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

Modified: stable/11/sys/sys/conf.h
==============================================================================
--- stable/11/sys/sys/conf.h	Sat Jan  7 10:55:38 2017	(r311640)
+++ stable/11/sys/sys/conf.h	Sat Jan  7 11:32:54 2017	(r311641)
@@ -285,7 +285,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