765e304c4b
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
13 lines
318 B
Diff
13 lines
318 B
Diff
diff --git client/client_shared.h client/client_shared.h
|
|
index 18686cd..f0711f8 100644
|
|
--- a/client/client_shared.h
|
|
+++ b/client/client_shared.h
|
|
@@ -18,6 +18,7 @@ Contributors:
|
|
#define CLIENT_CONFIG_H
|
|
|
|
#include <stdio.h>
|
|
+#include <sys/time.h> /* for timeval */
|
|
|
|
/* pub_client.c modes */
|
|
#define MSGMODE_NONE 0
|
|
|