On Tue, Mar 22, 2011 at 11:25:03AM +0100, Gabor Z. Papp wrote: > Another: > > Making all in partx > make[2]: Entering directory `/home/gzp/src/util-linux/partx' > CC addpart.o > CCLD addpart > CC delpart.o > CCLD delpart > CC partx-partx.o > partx.c: In function 'get_max_partno': > partx.c:217: warning: implicit declaration of function 'openat' > CC partx-blkdev.o > CC partx-tt.o > CC partx-mbsalign.o > CC partx-strutils.o > CC partx-linux_version.o > CCLD partx > partx-partx.o: In function `get_max_partno': > /home/gzp/src/util-linux/partx/partx.c:217: undefined reference to `openat' > collect2: ld returned 1 exit status Fixed, commit 741a5b1085c6e47c8076b9960fa59cd5dd204b96. We are also masochists, so we already have fallback solution for openat() function. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html