diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-02-10 22:07:58 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-02-10 22:07:58 +0000 |
commit | 8e8b196ed37aeb2583b07890565f2e80032a73f5 (patch) | |
tree | 47a0f18dbc84e95b05ab0c0ba5e856a8c5c7c092 /devel/libPropList | |
parent | 7a041d04a34ee651407f4423c09ea676ab5e06ee (diff) | |
download | ports-8e8b196ed37aeb2583b07890565f2e80032a73f5.tar.gz ports-8e8b196ed37aeb2583b07890565f2e80032a73f5.zip |
Notes
Diffstat (limited to 'devel/libPropList')
-rw-r--r-- | devel/libPropList/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libPropList/files/patch-ab b/devel/libPropList/files/patch-ab new file mode 100644 index 000000000000..63e54369fb68 --- /dev/null +++ b/devel/libPropList/files/patch-ab @@ -0,0 +1,10 @@ +--- filehandling.c.orig Mon Jan 25 15:30:54 1999 ++++ filehandling.c Wed Feb 10 14:02:41 1999 +@@ -106,6 +106,7 @@ + return NULL; + } + ++ *(str + fstat_buf.st_size) = '\0'; + flk.l_type = F_UNLCK; + #if 0 + if((flock(fd, LOCK_UN))<0) |