diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-26 11:23:49 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-26 11:23:49 +0200 |
commit | 9b25991841464f3206a90949840f409f8e7809f9 (patch) | |
tree | e8321aeb9e0bf9c5342f735df40577567edd4836 /debian/patches/0006-libstore-provide-function-declaration-until-availabl.patch | |
parent | d31dc81b516b9afd479cf9e8709790faca15d1e1 (diff) |
drop old patch series
Diffstat (limited to 'debian/patches/0006-libstore-provide-function-declaration-until-availabl.patch')
-rw-r--r-- | debian/patches/0006-libstore-provide-function-declaration-until-availabl.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/debian/patches/0006-libstore-provide-function-declaration-until-availabl.patch b/debian/patches/0006-libstore-provide-function-declaration-until-availabl.patch deleted file mode 100644 index 432fc4b8..00000000 --- a/debian/patches/0006-libstore-provide-function-declaration-until-availabl.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 7afcd582f075d0c95ca0822006cff49c89e90e77 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Wed, 21 May 2014 13:30:24 +0200 -Subject: [PATCH 06/11] libstore: provide function declaration until available - upstream - -Until the Hurd specific header is available, provide a local -declaration of ped_device_new_from_store. - -* libstore/part.c (ped_device_new_from_store): New declaration. ---- - libstore/part.c | 10 ++++++++++ - 1 file changed, 10 insertions(+) - -diff --git a/libstore/part.c b/libstore/part.c -index 56e904e..fb7f07e 100644 ---- a/libstore/part.c -+++ b/libstore/part.c -@@ -26,6 +26,16 @@ - - #include <parted/parted.h> - /*#include <parted/device_gnu.h>*/ -+ -+/* XXX Until the Hurd specific header is available, provide the -+ declaration of ped_device_new_from_store here. */ -+ -+/* Initialize a PedDevice using SOURCE. The SOURCE will NOT be destroyed; -+ the caller created it, it is the caller's responsilbility to free it -+ after it calls ped_device_destory. SOURCE is not registered in Parted's -+ list of devices. */ -+PedDevice* ped_device_new_from_store (struct store *source); -+ - #include <string.h> - #include <error.h> - --- -2.0.0.rc2 - |