Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 schism (2:20180810-2) unstable; urgency=medium
 .
   * Patch fixing build on GNU/Hurd.
Author: Gürkan Myczko <gurkan@phys.ethz.ch>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-12-11

--- schism-20180810.orig/include/disko.h
+++ schism-20180810/include/disko.h
@@ -25,6 +25,9 @@
 
 #include <sys/types.h>
 
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
 
 typedef struct disko disko_t;
 struct disko {
