svn commit: trunk/busybox/archival/libunarchive

landley at busybox.net landley at busybox.net
Tue Oct 11 20:17:34 UTC 2005


Author: landley
Date: 2005-10-11 13:17:30 -0700 (Tue, 11 Oct 2005)
New Revision: 11831

Log:
There doesn't seem to be a standard header for makedev(), but this is close.


Modified:
   trunk/busybox/archival/libunarchive/get_header_tar.c


Changeset:
Modified: trunk/busybox/archival/libunarchive/get_header_tar.c
===================================================================
--- trunk/busybox/archival/libunarchive/get_header_tar.c	2005-10-11 19:42:32 UTC (rev 11830)
+++ trunk/busybox/archival/libunarchive/get_header_tar.c	2005-10-11 20:17:30 UTC (rev 11831)
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/sysmacros.h>	/* For makedev */
 #include "unarchive.h"
 #include "libbb.h"
 




More information about the busybox-cvs mailing list