ports/emulators/vxtools/files/patch-olt.c
Emanuel Haupt 360b89ee54 - Support staging
- Respect CFLAGS
- Don't build with debug symbols
- USES -> gmake
- Convert USE_BZIP2=yes to USES=tar:bzip2
2014-03-14 12:57:47 +00:00

11 lines
267 B
C

--- ./olt.c.orig 1999-12-02 15:19:27.000000000 +0100
+++ ./olt.c 2014-03-14 13:54:55.821662410 +0100
@@ -85,7 +85,7 @@
case VXFS_OLTSB:
break;
}
- (int) ent += ent->oltcommon.size;
+ ent = (char *) ent + ent->oltcommon.size;
}
if (vxdebug)