svn commit: trunk/busybox/modutils

landley at busybox.net landley at busybox.net
Tue Jul 25 20:37:46 UTC 2006


Author: landley
Date: 2006-07-25 13:37:45 -0700 (Tue, 25 Jul 2006)
New Revision: 15743

Log:
Somebody on the buildroot list hit:
insmod.c:515:10: extra tokens at end of #ident directive


Modified:
   trunk/busybox/modutils/insmod.c


Changeset:
Modified: trunk/busybox/modutils/insmod.c
===================================================================
--- trunk/busybox/modutils/insmod.c	2006-07-24 07:35:52 UTC (rev 15742)
+++ trunk/busybox/modutils/insmod.c	2006-07-25 20:37:45 UTC (rev 15743)
@@ -349,8 +349,6 @@
 #ifndef MODUTILS_MODULE_H
 /* Why? static const int MODUTILS_MODULE_H = 1;*/
 
-#ident "$Id: insmod.c,v 1.126 2004/12/26 09:13:32 vapier Exp $"
-
 /*======================================================================*/
 /* For sizeof() which are related to the module platform and not to the
    environment isnmod is running in, use sizeof_xx instead of sizeof(xx).  */
@@ -512,8 +510,6 @@
 #ifndef MODUTILS_OBJ_H
 /* Why? static const int MODUTILS_OBJ_H = 1; */
 
-#ident "$Id: insmod.c,v 1.126 2004/12/26 09:13:32 vapier Exp $"
-
 /* The relocatable object is manipulated using elfin types.  */
 
 #include <stdio.h>




More information about the busybox-cvs mailing list