svn commit: r188099 - head/sys/sys

Ed Schouten ed at FreeBSD.org
Tue Feb 3 12:31:27 PST 2009


Author: ed
Date: Tue Feb  3 20:31:26 2009
New Revision: 188099
URL: http://svn.freebsd.org/changeset/base/188099

Log:
  Remove NUMCDEVSW, which is unused since RELENG_5.
  
  Discussed with:	kib

Modified:
  head/sys/sys/conf.h

Modified: head/sys/sys/conf.h
==============================================================================
--- head/sys/sys/conf.h	Tue Feb  3 20:25:36 2009	(r188098)
+++ head/sys/sys/conf.h	Tue Feb  3 20:31:26 2009	(r188099)
@@ -219,8 +219,6 @@ struct cdevsw {
 #define	d_gianttrick		__d_giant.gianttrick
 #define	d_postfree_list		__d_giant.postfree_list
 
-#define NUMCDEVSW 256
-
 struct module;
 
 struct devsw_module_data {


More information about the svn-src-head mailing list