diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-07 14:44:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-07 14:44:08 +0000 |
commit | f1d6818c9891433fbe34d3a9f196c72c6ccffe99 (patch) | |
tree | 3ad071b87660f0e653551530bcf477d9925c8e25 /archivers/mtf/files/patch-mtfread.c | |
parent | - Clarify LICENSE (diff) |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=405448
Diffstat (limited to 'archivers/mtf/files/patch-mtfread.c')
-rw-r--r-- | archivers/mtf/files/patch-mtfread.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/mtf/files/patch-mtfread.c b/archivers/mtf/files/patch-mtfread.c index b31776f69f46..3a3e079c6798 100644 --- a/archivers/mtf/files/patch-mtfread.c +++ b/archivers/mtf/files/patch-mtfread.c @@ -1,6 +1,6 @@ ---- mtfread.c.orig Wed Sep 13 23:14:33 2000 -+++ mtfread.c Wed Jun 26 14:28:48 2002 -@@ -42,7 +42,11 @@ +--- mtfread.c.orig 2000-09-13 15:14:33 UTC ++++ mtfread.c +@@ -42,7 +42,11 @@ See mtf.c for version history, contribut #include <limits.h> #include <sys/stat.h> #include <sys/fcntl.h> @@ -12,7 +12,7 @@ #include <utime.h> #include <unistd.h> #include <time.h> -@@ -363,7 +367,7 @@ +@@ -363,7 +367,7 @@ INT32 readTapeBlock(void) { stream = (MTF_STREAM_HDR*) ((char*) tape + dbHdr->off); result = skipToNextBlock(); @@ -21,7 +21,7 @@ { fprintf(stderr, "Error traversing to end of descriptor block!\n"); return(-1); -@@ -671,7 +675,8 @@ +@@ -671,7 +675,8 @@ INT32 readFileBlock(void) INT32 result; char *ptr, *ptr2, filePath[MAXPATHLEN + 1], fullPath[MAXPATHLEN + 1]; char tmpPath[MAXPATHLEN + 1]; |