1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/devel/libtai/files/patch-ag

12 lines
353 B
Plaintext
Raw Normal View History

--- leapsecs_read.c.orig Fri Jun 16 22:44:31 2000
+++ leapsecs_read.c Fri Jun 16 22:45:17 2000
@@ -18,7 +18,7 @@
int i;
struct tai u;
- fd = open("/etc/leapsecs.dat",O_RDONLY | O_NDELAY);
+ fd = open("%%PREFIX%%/etc/leapsecs.dat",O_RDONLY | O_NDELAY);
if (fd == -1) {
if (errno != ENOENT) return -1;
if (leapsecs) free(leapsecs);