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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"