opnsense-ports/emulators/vxtools/files/patch-olt.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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)