mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
o fix MASTER_SITES o add WWW o assign maintainership to submitter o fix on CURRENT PR: 218174 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
13 lines
399 B
C
13 lines
399 B
C
--- inode.c.orig 2017-04-05 19:51:41 UTC
|
|
+++ inode.c
|
|
@@ -52,6 +52,10 @@
|
|
#define NO_IN_EXTERNS
|
|
#include "ffs2recov.h"
|
|
|
|
+#ifdef UFS_NDADDR
|
|
+#define NDADDR UFS_NDADDR
|
|
+#endif
|
|
+
|
|
static uint64_t direct_maxblk; /* Max block # for a direct block. */
|
|
static uint64_t single_maxblk; /* Max block # for a single indirect. */
|
|
static uint64_t double_maxblk; /* Max block # for a double indirect. */
|