diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/xnbd/remove-pagesize.patch | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/xnbd/remove-pagesize.patch')
-rw-r--r-- | testing/xnbd/remove-pagesize.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/xnbd/remove-pagesize.patch b/testing/xnbd/remove-pagesize.patch deleted file mode 100644 index 61c91c1454..0000000000 --- a/testing/xnbd/remove-pagesize.patch +++ /dev/null @@ -1,29 +0,0 @@ -# HG changeset patch -# User hirofuchi -# Date 1393586706 -32400 -# Node ID 6cc644b989ecd4a2cdd7cd3dd2d5c40fd63537d7 -# Parent 34a08647f2e40d22960d8cb1de718a4391c15f3b -remove PAGESIZE - -diff --git a/xnbd.h b/trunk/xnbd.h ---- a/xnbd.h -+++ b/xnbd.h -@@ -189,7 +189,6 @@ - - - extern const unsigned int CBLOCKSIZE; --extern unsigned int PAGESIZE; - - - -diff --git a/xnbd_common.c b/trunk/xnbd_common.c ---- a/xnbd_common.c -+++ b/xnbd_common.c -@@ -33,7 +33,6 @@ - * 1024 or 8192, which is different from the page size, is also possible, but not well tested. - **/ - const unsigned int CBLOCKSIZE = 4096; --unsigned int PAGESIZE = 4096; - - const int XNBD_PORT = 8520; - |