mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
changed attributes.h include path for irix
Merge of master-melb:xfs-cmds:26897a by kenmcd. changed attributes.h include path for irix
This commit is contained in:
+5
-1
@@ -28,10 +28,14 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#ifdef sgi
|
||||
#include <sys/attributes.h>
|
||||
#else
|
||||
#include <attr/attributes.h>
|
||||
#endif
|
||||
|
||||
#define MAXNAMELEN 256
|
||||
#ifndef __sgi__
|
||||
#ifndef sgi
|
||||
typedef unsigned int uint_t;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user