Hi,

The following commit:

commit 607f2b404e992174d7c5956d11e8f35f78d2701f
Author: Denys Vlasenko <vda.li...@googlemail.com>
Date:   Tue Aug 23 16:13:33 2016 +0200

    fdisk: print much less cryptic partition table

broke the fdisk build with CONFIG_FEATURE_SUN_LABEL=y:

  CC      util-linux/fdisk.o
In file included from util-linux/fdisk.c:698:0:
util-linux/fdisk_sun.c: In function 'sun_list_table':
util-linux/fdisk_sun.c:661:5: warning: implicit declaration of function 
'partname' [-Wimplicit-function-declaration]
     partname(disk_device, i+1, w),                  /* device */
     ^~~~~~~~
util-linux/fdisk.c: At top level:
util-linux/fdisk.c:2061:1: error: conflicting types for 'partname'
 partname(const char *dev, int pno, int lth)
 ^~~~~~~~
In file included from util-linux/fdisk.c:698:0:
util-linux/fdisk_sun.c:661:5: note: previous implicit declaration of 'partname' 
was here
     partname(disk_device, i+1, w),                  /* device */
     ^~~~~~~~
scripts/Makefile.build:197: recipe for target 'util-linux/fdisk.o' failed
make[1]: *** [util-linux/fdisk.o] Error 1
Makefile:742: recipe for target 'util-linux' failed
make: *** [util-linux] Error 2

A.
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to