summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-10-09 12:22:19 +0800
committerYixun Lan <dlan@gentoo.org>2015-10-09 12:24:44 +0800
commitd2186fca6c1773a86eea3dd7c00d48b883fa490d (patch)
treeb76f59903605bc82d76a00302aa614f4a756c40e /net-misc/ofono/files
parentsys-process/criu: version bump 1.7, drop 1.6-r1 (diff)
downloadgentoo-d2186fca6c1773a86eea3dd7c00d48b883fa490d.tar.gz
gentoo-d2186fca6c1773a86eea3dd7c00d48b883fa490d.tar.bz2
gentoo-d2186fca6c1773a86eea3dd7c00d48b883fa490d.zip
net-misc/ofono: version bump 1.17, drop old
Package-Manager: portage-2.2.22
Diffstat (limited to 'net-misc/ofono/files')
-rw-r--r--net-misc/ofono/files/ofono-1.12-sys-types.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-misc/ofono/files/ofono-1.12-sys-types.patch b/net-misc/ofono/files/ofono-1.12-sys-types.patch
deleted file mode 100644
index 15f94abe99a7..000000000000
--- a/net-misc/ofono/files/ofono-1.12-sys-types.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit e1d5dfe3aebcb0d2669ec1534cb6eba25f07dbb7
-Author: Lucas De Marchi <lucas.demarchi@profusion.mobi>
-Date: Wed Jan 16 19:11:24 2013 -0200
-
- storage: Include sys/types.h for ssize_t
-
- src/storage.h:32:1: error: unknown type name 'ssize_t'
- src/storage.h:36:1: error: unknown type name 'ssize_t'
-
-diff --git a/src/storage.h b/src/storage.h
-index c455bae..70446ad 100644
---- a/src/storage.h
-+++ b/src/storage.h
-@@ -26,6 +26,7 @@
- #endif
-
- #include <fcntl.h>
-+#include <sys/types.h>
-
- int create_dirs(const char *filename, const mode_t mode);
-