svn commit: r203149 - head/sys/mips/rmi

Randall Stewart rrs at FreeBSD.org
Fri Jan 29 04:03:36 UTC 2010


Author: rrs
Date: Fri Jan 29 04:03:36 2010
New Revision: 203149
URL: http://svn.freebsd.org/changeset/base/203149

Log:
  Move ID up into comment block.. per bsdimp

Modified:
  head/sys/mips/rmi/pic.h

Modified: head/sys/mips/rmi/pic.h
==============================================================================
--- head/sys/mips/rmi/pic.h	Fri Jan 29 03:35:01 2010	(r203148)
+++ head/sys/mips/rmi/pic.h	Fri Jan 29 04:03:36 2010	(r203149)
@@ -25,14 +25,15 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ * __FBSDID("$FreeBSD$");
  *
  * RMI_BSD */
 #ifndef _RMI_PIC_H_
 #define _RMI_PIC_H_
 #include <sys/cdefs.h>
-/*
-__FBSDID("$FreeBSD$");
-*/
+
+
+
 
 extern int rmi_spin_mutex_safe;
 


More information about the svn-src-head mailing list