svn commit: r310925 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sat Dec 31 11:07:34 UTC 2016


Author: kib
Date: Sat Dec 31 11:07:33 2016
New Revision: 310925
URL: https://svnweb.freebsd.org/changeset/base/310925

Log:
  Remove unused declaration.
  
  The setconf() implementation was removed by r52778 Nov 1 1999.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/sys/conf.h

Modified: head/sys/sys/conf.h
==============================================================================
--- head/sys/sys/conf.h	Sat Dec 31 11:06:19 2016	(r310924)
+++ head/sys/sys/conf.h	Sat Dec 31 11:07:33 2016	(r310925)
@@ -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-head mailing list