blob 357fb19c9417e7c5c0c3dfbd6ca808c039abb7b9 450 bytes (raw)
name: gnu/packages/patches/pjproject-errno.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
| | --- pjproject/pjlib/include/pj/errno.h 2013-04-04 23:02:19.000000000 -0400
+++ pjproject/pjlib/include/pj/errno.h 2015-02-27 12:21:24.171567801 -0500
@@ -432,6 +432,11 @@
* Socket is stopped
*/
#define PJ_ESOCKETSTOP (PJ_ERRNO_START_STATUS + 24)/* 70024 */
+/**
+ * @hideinitializer
+ * There is no data available right now, try again later.
+ */
+#define PJ_EAGAIN (PJ_ERRNO_START_STATUS + 25)/* 70025 */
/** @} */ /* pj_errnum */
|
debug log:
solving 357fb19 ...
found 357fb19 in https://yhetil.org/guix-devel/87lh1xg425.fsf@openmailbox.org/
applying [1/1] https://yhetil.org/guix-devel/87lh1xg425.fsf@openmailbox.org/
diff --git a/gnu/packages/patches/pjproject-errno.patch b/gnu/packages/patches/pjproject-errno.patch
new file mode 100644
index 0000000..357fb19
Checking patch gnu/packages/patches/pjproject-errno.patch...
Applied patch gnu/packages/patches/pjproject-errno.patch cleanly.
index at:
100644 357fb19c9417e7c5c0c3dfbd6ca808c039abb7b9 gnu/packages/patches/pjproject-errno.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).