*
* @APPLE_LICENSE_HEADER_START@
*
- * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
- *
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
static struct {
char *name;
{ "nouimmutable", UF_IMMUTABLE, 0 },
{ "nodump", UF_NODUMP, 1 },
{ "noopaque", UF_OPAQUE, 0 },
+ { "nohidden", UF_HIDDEN, 0 },
+ { "nocompressed", UF_COMPRESSED, 0 },
};
#define longestflaglen 12
#define nmappings (sizeof(mapping) / sizeof(mapping[0]))