PERFORCE change 145781 for review

Ed Schouten ed at FreeBSD.org
Thu Jul 24 10:09:38 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=145781

Change 145781 by ed at ed_dull on 2008/07/24 10:09:31

	Revert this unneeded change from <sys/conf.h>.

Affected files ...

.. //depot/projects/mpsafetty/sys/sys/conf.h#3 edit

Differences ...

==== //depot/projects/mpsafetty/sys/sys/conf.h#3 (text+ko) ====

@@ -275,9 +275,7 @@
 void	setconf(void);
 
 #define	dev2unit(d)	((d) ? (d)->si_drv0 : NODEV)
-#ifndef minor
 #define	minor(d)	((d) ? (d)->si_drv0 : NODEV)
-#endif
 #define	unit2minor(u)	(u)
 #define	minor2unit(m)	(m)
 


More information about the p4-projects mailing list