Author: jhuntwork
Date: 2005-11-04 09:31:01 -0700 (Fri, 04 Nov 2005)
New Revision: 1049

Modified:
   trunk/initramfs/init.c
Log:
Remove an early close command

Modified: trunk/initramfs/init.c
===================================================================
--- trunk/initramfs/init.c      2005-11-04 15:30:48 UTC (rev 1048)
+++ trunk/initramfs/init.c      2005-11-04 16:31:01 UTC (rev 1049)
@@ -209,7 +209,7 @@
 
                printf("%s: Volume ID is %s\n", curdevice, pd.volume_id);
 
-               close(fd);
+               /* close(fd); */
 
                /* Compare the string in pd.volume_id with the VOLUME_ID
                   generated by the livecd Makefiles */

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to