Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37769867
en ru br
ALT Linux repositórios
S:0.4b47-alt1
5.0: 0.4b41-alt2
4.1: 0.4b41-alt2
4.0: 0.4b41-alt1.0
3.0: 0.4b35-alt1

Group :: Arquivamento/Backup
RPM: dump

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: dump-0.4b40-include.patch
Download


In the current ALT Linux (Sisyphus, actually) environment including
of <linux/fs.h> leads to "#error Invalid kernel header included in userspace".
So we better include other, non-kernel header with the same definition.
--- dump-0.4b40/dump/main.c.orig	2004-07-05 18:12:45 +0300
+++ dump-0.4b40/dump/main.c	2005-10-21 12:58:23 +0300
@@ -67,7 +67,7 @@
 #include <ext2fs/ext2fs.h>
 #include <sys/stat.h>
 #include <bsdcompat.h>
-#include <linux/fs.h>	/* for definition of BLKFLSBUF */
+#include <sys/mount.h>	/* for definition of BLKFLSBUF */
 #elif defined sunos
 #include <sys/vnode.h>
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009