]> git.pld-linux.org Git - packages/dmapi.git/blame - dmapi-miscfix.patch
- added build fix from Gentoo to miscfix patch
[packages/dmapi.git] / dmapi-miscfix.patch
CommitLineData
31008c2a
JB
1--- dmapi-2.0.8/m4/manual_format.m4.orig 2003-06-25 03:51:30.000000000 +0200
2+++ dmapi-2.0.8/m4/manual_format.m4 2003-08-08 21:25:15.000000000 +0200
3@@ -6,12 +6,5 @@
4 #
5 AC_DEFUN([AC_MANUAL_FORMAT],
6 [ have_zipped_manpages=false
7- for d in ${prefix}/share/man ${prefix}/man ; do
8- if test -f $d/man1/man.1.gz
9- then
10- have_zipped_manpages=true
11- break
12- fi
13- done
14 AC_SUBST(have_zipped_manpages)
15 ])
64743e3b
MK
16--- a/libdm/dm_handle2path.c
17+++ b/libdm/dm_handle2path.c
18@@ -20,6 +20,9 @@
19 #include <dmapi_kern.h>
20 #include "dmapi_lib.h"
21
22+#include <fcntl.h> /* open */
23+#include <unistd.h> /* close */
24+#include <string.h> /* strlen */
25 #include <mntent.h>
26 #include <dirent.h>
27 #ifdef linux
This page took 0.098096 seconds and 5 git commands to generate.