diff options
author | ab196087 <none@none> | 2007-09-19 08:15:57 -0700 |
---|---|---|
committer | ab196087 <none@none> | 2007-09-19 08:15:57 -0700 |
commit | d29b2c4438482eb00488be49a1f5d6835f455546 (patch) | |
tree | 541f5471fe500cce2429019f17f9f87ddcf80b76 /usr/src/cmd/sgs/libconv/common/group.c | |
parent | 90685d2c52744c6540828f16cdd2db815d467e37 (diff) | |
download | illumos-joyent-d29b2c4438482eb00488be49a1f5d6835f455546.tar.gz |
PSARC 2007/509 elfedit
6234471 need a way to edit ELF objects
--HG--
rename : usr/src/cmd/sgs/packages/setup_pkg_ext => deleted_files/usr/src/cmd/sgs/packages/setup_pkg_ext
Diffstat (limited to 'usr/src/cmd/sgs/libconv/common/group.c')
-rw-r--r-- | usr/src/cmd/sgs/libconv/common/group.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/libconv/common/group.c b/usr/src/cmd/sgs/libconv/common/group.c index 65bbd65a67..88f93fc186 100644 --- a/usr/src/cmd/sgs/libconv/common/group.c +++ b/usr/src/cmd/sgs/libconv/common/group.c @@ -75,7 +75,7 @@ conv_grphdl_flags(uint_t flags, Conv_grphdl_flags_buf_t *grphdl_flags_buf) conv_arg.buf = grphdl_flags_buf->buf; conv_arg.oflags = conv_arg.rflags = flags; - (void) conv_expn_field(&conv_arg); + (void) conv_expn_field(&conv_arg, 0); return ((const char *)grphdl_flags_buf->buf); } @@ -127,7 +127,7 @@ conv_grpdesc_flags(uint_t flags, Conv_grpdesc_flags_buf_t *grpdesc_flags_buf) conv_arg.buf = grpdesc_flags_buf->buf; conv_arg.oflags = conv_arg.rflags = flags; - (void) conv_expn_field(&conv_arg); + (void) conv_expn_field(&conv_arg, 0); return ((const char *)grpdesc_flags_buf->buf); } |