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/config.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/config.c')
-rw-r--r-- | usr/src/cmd/sgs/libconv/common/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/libconv/common/config.c b/usr/src/cmd/sgs/libconv/common/config.c index 43cc8e6a95..1ea5436173 100644 --- a/usr/src/cmd/sgs/libconv/common/config.c +++ b/usr/src/cmd/sgs/libconv/common/config.c @@ -80,7 +80,7 @@ conv_config_feat(int features, Conv_config_feat_buf_t *config_feat_buf) conv_arg.buf = config_feat_buf->buf; conv_arg.oflags = conv_arg.rflags = features; - (void) conv_expn_field(&conv_arg); + (void) conv_expn_field(&conv_arg, 0); return ((const char *)config_feat_buf->buf); } @@ -160,7 +160,7 @@ conv_config_obj(ushort_t flags, Conv_config_obj_buf_t *config_obj_buf) *lstr = NULL; conv_arg.oflags = conv_arg.rflags &= ~RTC_OBJ_OPTINAL; - (void) conv_expn_field(&conv_arg); + (void) conv_expn_field(&conv_arg, 0); return ((const char *)config_obj_buf->buf); } |