public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/btrfs-progs/files: btrfs-progs-0.19-glibc212.patch
@ 2010-08-11 14:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-08-11 14:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/08/11 14:04:23

  Added:                btrfs-progs-0.19-glibc212.patch
  Log:
  Fix building with GLIBC 2.12.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-fs/btrfs-progs/files/btrfs-progs-0.19-glibc212.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/files/btrfs-progs-0.19-glibc212.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/files/btrfs-progs-0.19-glibc212.patch?rev=1.1&content-type=text/plain

Index: btrfs-progs-0.19-glibc212.patch
===================================================================
btrfsck.o: In function `maybe_free_inode_rec':
btrfsck.c:(.text+0xce6): undefined reference to `S_ISDIR'
btrfsck.c:(.text+0xd13): undefined reference to `S_ISREG'
btrfsck.c:(.text+0xdc7): undefined reference to `S_ISREG'
btrfsck.c:(.text+0xe2e): undefined reference to `S_ISLNK'
btrfsck.c:(.text+0xe5b): undefined reference to `S_ISLNK'

--- btrfsck.c
+++ btrfsck.c
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
+#include <sys/stat.h>
 #include "kerncompat.h"
 #include "ctree.h"
 #include "disk-io.h"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-11 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11 14:04 [gentoo-commits] gentoo-x86 commit in sys-fs/btrfs-progs/files: btrfs-progs-0.19-glibc212.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox