Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krytarowski committed Jun 3, 2020
1 parent f81e27e commit f6d691f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys/sys/types.h
Expand Up @@ -167,6 +167,7 @@ typedef uint64_t ino_t; /* inode number */
typedef long key_t; /* IPC key (for Sys V IPC) */

typedef id_t zoneid_t;
typedef uint32_t datalink_id_t;

#ifndef mode_t
typedef __mode_t mode_t; /* permissions */
Expand Down
1 change: 1 addition & 0 deletions sys/sys/zone.h
Expand Up @@ -193,6 +193,7 @@ typedef struct zone_cmd_arg {
zone_cmd_t cmd; /* requested action */
uint32_t _pad; /* need consistent 32/64 bit alignmt */
char locale[MAXPATHLEN]; /* locale in which to render messages */
#define BOOTARGS_MAX 256
char bootbuf[BOOTARGS_MAX]; /* arguments passed to zone_boot() */
} zone_cmd_arg_t;

Expand Down

0 comments on commit f6d691f

Please sign in to comment.