summaryrefslogtreecommitdiff
path: root/usr/src/head/libelf.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/libelf.h')
-rw-r--r--usr/src/head/libelf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/head/libelf.h b/usr/src/head/libelf.h
index 0c923c633e..722d0cdc97 100644
--- a/usr/src/head/libelf.h
+++ b/usr/src/head/libelf.h
@@ -123,10 +123,10 @@ typedef struct {
char *ar_name;
time_t ar_date;
uid_t ar_uid;
- gid_t ar_gid;
+ gid_t ar_gid;
mode_t ar_mode;
off_t ar_size;
- char *ar_rawname;
+ char *ar_rawname;
} Elf_Arhdr;