freebsd-ports/databases/grass/files/patch-src-misc-m.kappa-cmd-readin_data.c
Max Khon 2f18811c6d - Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-plist on 5.x.
- Provide really working fix for odbc driver.
- Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in
pkg-deinstall.
- Bump PORTREVISION.
2004-07-11 11:20:40 +00:00

11 lines
370 B
C

--- src/misc/m.kappa/cmd/readin_data.c.orig Sun Jul 11 17:29:10 2004
+++ src/misc/m.kappa/cmd/readin_data.c Sun Jul 11 17:29:20 2004
@@ -10,7 +10,7 @@
else
if ((fd = fopen (input, "r")) == NULL) {
fprintf (stderr, "ERROR: can't open <%s> to read in data\n", input);
- exit();
+ exit(1);
}
/* read in data from the input file or stdin */