freebsd-ports/math/concorde/files/patch-killgrun.c
Alexey Dokuchaev 1c29cac522 - Update to 20031219
- Build all binaries (they are very useful!)
- Install them to ${PREFIX}/bin/concorde/ to avoid name collision
- Update pkg-descr to reflect homepage

PR:		ports/75148
Submitted by:	Ulrich Spoerlein <q(at)uni.de>
2005-03-18 12:38:19 +00:00

18 lines
582 B
C

--- TOOLS/killgrun.c.orig Thu Dec 16 11:26:57 2004
+++ TOOLS/killgrun.c Thu Dec 16 11:27:06 2004
@@ -75,13 +75,13 @@
if (rval) {
perror ("kill");
fprintf (stderr, "Unable to kill process %d\n", process);
-/*
+#if 0
if (errno == ESRCH) { /* Does not work on Red Hat 8 */
fprintf (stderr, "Process does not exist, telling boss anyway\n");
} else {
goto CLEANUP;
}
-*/
+#endif
fprintf (stderr, "Process does not exist, telling boss anyway\n");
}
}