bb_makedev: fix for glibc 2.3.2

sed: fix C++ style declaration
This commit is contained in:
Denis Vlasenko
2006-12-10 02:52:19 +00:00
parent 2f8f71b20d
commit 2ea630f9a5
3 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,7 @@
*/
/* We do not include libbb.h - #define makedev() is there! */
#include <features.h>
#include <sys/sysmacros.h>
#ifdef __GLIBC__