]> git.pld-linux.org Git - packages/dmapi.git/blobdiff - dmapi-miscfix.patch
- added build fix from Gentoo to miscfix patch
[packages/dmapi.git] / dmapi-miscfix.patch
index 87c48a99fc48386c7f1c131b01fda8db99d025ba..2b2bc346cfd2d0e5185cbd76bae38e905f060a07 100644 (file)
 -    done
      AC_SUBST(have_zipped_manpages)
    ])
+--- a/libdm/dm_handle2path.c
++++ b/libdm/dm_handle2path.c
+@@ -20,6 +20,9 @@
+ #include <dmapi_kern.h>
+ #include "dmapi_lib.h"
++#include <fcntl.h> /* open */
++#include <unistd.h> /* close */
++#include <string.h> /* strlen */
+ #include <mntent.h>
+ #include <dirent.h>
+ #ifdef linux
This page took 0.038729 seconds and 4 git commands to generate.