diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2007-11-15 22:22:16 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2007-11-15 22:22:16 +0000 |
| commit | a557de663f75ce2fff7be3b4d8aedc02056ed5a1 (patch) | |
| tree | 89d616baa5f5052cc0dc1010a4cc6c39fdaa90c4 /emulators/vxtools/files/patch-olt.c | |
| parent | Fix the package. (diff) | |
Fix gcc 4.2 build.
Approved by: portmgr (erwin)
Diffstat (limited to 'emulators/vxtools/files/patch-olt.c')
| -rw-r--r-- | emulators/vxtools/files/patch-olt.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vxtools/files/patch-olt.c b/emulators/vxtools/files/patch-olt.c new file mode 100644 index 000000000000..26330c7ce4f5 --- /dev/null +++ b/emulators/vxtools/files/patch-olt.c @@ -0,0 +1,11 @@ +--- olt.c.orig 2007-11-16 03:09:17.000000000 +0600 ++++ olt.c 2007-11-16 03:12:11.000000000 +0600 +@@ -85,7 +85,7 @@ + case VXFS_OLTSB: + break; + } +- (int) ent += ent->oltcommon.size; ++ ent = (char *) ent + ent->oltcommon.size; + } + + if (vxdebug) |
