mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- Respect CFLAGS - Don't build with debug symbols - USES -> gmake - Convert USE_BZIP2=yes to USES=tar:bzip2
11 lines
329 B
C
11 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);
|