mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
make compilable on IRIX
This commit is contained in:
+14
-2
@@ -44,12 +44,24 @@
|
|||||||
* needed by fill2fs to ensure that the number of bytes written is accurately
|
* needed by fill2fs to ensure that the number of bytes written is accurately
|
||||||
* determined.
|
* determined.
|
||||||
*
|
*
|
||||||
|
* To compile standalone on IRIX: cc -DTOOL_ONLY -o fill2 fill2.c -lgen
|
||||||
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <libxfs.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <libgen.h>
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
|
#ifndef TOOL_ONLY
|
||||||
|
#include <platform_defs.h>
|
||||||
|
#else
|
||||||
|
#define constpp char * const *
|
||||||
|
#endif /* TOOL_ONLY */
|
||||||
|
|
||||||
#define N(x) (sizeof(x)/sizeof(x[0]))
|
#define N(x) (sizeof(x)/sizeof(x[0]))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user