1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/emulators/vxtools/files/patch-dir.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

12 lines
329 B
C

--- ./dir.c.orig 1999-12-02 17:57:40.000000000 +0100
+++ ./dir.c 2014-03-14 13:54:55.820662227 +0100
@@ -105,7 +105,7 @@
if (direct->ino)
filldir (dir, direct->name, direct->namelen, direct->ino);
- (char *) direct += direct->reclen;
+ direct = (char *) direct + direct->reclen;
}
free (block);