forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
267 B
C
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)
|