summaryrefslogtreecommitdiffstats
path: root/devel/gamin/files/patch-tests_testing.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-01-18 08:02:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-01-18 08:02:19 +0800
commit0aef8f1cbded5530c9143cc8f9db7a543fe6faeb (patch)
tree415b77cbe4e6a6fc5db22ae08def8f7f61add18a /devel/gamin/files/patch-tests_testing.c
parent8677b8bbb255b9996cf322608214133bf2613b8e (diff)
downloadmarcuscom-ports-0aef8f1cbded5530c9143cc8f9db7a543fe6faeb.tar
marcuscom-ports-0aef8f1cbded5530c9143cc8f9db7a543fe6faeb.tar.gz
marcuscom-ports-0aef8f1cbded5530c9143cc8f9db7a543fe6faeb.tar.bz2
marcuscom-ports-0aef8f1cbded5530c9143cc8f9db7a543fe6faeb.tar.lz
marcuscom-ports-0aef8f1cbded5530c9143cc8f9db7a543fe6faeb.tar.xz
marcuscom-ports-0aef8f1cbded5530c9143cc8f9db7a543fe6faeb.tar.zst
marcuscom-ports-0aef8f1cbded5530c9143cc8f9db7a543fe6faeb.zip
Merged into ports.
Please note that I didn't bump port revision in ports so MC users need to rebuild it manualy. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17194 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gamin/files/patch-tests_testing.c')
-rw-r--r--devel/gamin/files/patch-tests_testing.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/gamin/files/patch-tests_testing.c b/devel/gamin/files/patch-tests_testing.c
deleted file mode 100644
index 35097790d..000000000
--- a/devel/gamin/files/patch-tests_testing.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- tests/testing.c.orig Thu Oct 27 10:51:03 2005
-+++ tests/testing.c Tue Feb 14 17:46:01 2006
-@@ -376,11 +376,11 @@ processCommand(char *line, int no)
- }
- printf("chmod %s to %s\n", arg, arg2);
- } else if (!strcmp(command, "chown")) {
-+ struct stat sb;
- if (args != 3) {
- fprintf(stderr, "chown line %d: lacks path and owner\n", no);
- return (-1);
- }
-- struct stat sb;
- if (!lstat (arg, &sb)) {
- ret = (S_ISLNK (sb.st_mode)) ?
- lchown(arg, strtol(arg2, NULL, 10), -1) :
-@@ -486,9 +486,9 @@ processCommand(char *line, int no)
- return (-1);
- }
- /*
-- * wait at most 3 secs before declaring failure
-+ * wait at most 7 secs before declaring failure
- */
-- while ((delay < 30) && (testState.nb_events < nb_events + count)) {
-+ while ((delay < 70) && (testState.nb_events < nb_events + count)) {
- debugLoop(100);
-
- /* printf("+"); fflush(stdout); */