diff options
author | Toomas Soome <tsoome@me.com> | 2020-05-25 10:22:59 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2021-02-17 12:45:17 +0200 |
commit | 569041adf8e01f8f57e8a53463ab4478ffd71ec0 (patch) | |
tree | b244333999ad1e90117f6040e80428f5b880daad /usr/src/cmd/svr4pkg/installf/main.c | |
parent | 19a46add205c481c02687f802f63741bc0fd19ca (diff) | |
download | illumos-joyent-569041adf8e01f8f57e8a53463ab4478ffd71ec0.tar.gz |
13546 svr4pkg: symbol 'eptnum' is multiply-defined
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/cmd/svr4pkg/installf/main.c')
-rw-r--r-- | usr/src/cmd/svr4pkg/installf/main.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/cmd/svr4pkg/installf/main.c b/usr/src/cmd/svr4pkg/installf/main.c index 9d6775620a..53d7c6b48e 100644 --- a/usr/src/cmd/svr4pkg/installf/main.c +++ b/usr/src/cmd/svr4pkg/installf/main.c @@ -103,7 +103,7 @@ #define LINK 1 -extern char dbst; /* libinst/pkgdbmerg.c */ +extern char dbst; /* libinst/pkgdbmerg.c */ struct cfextra **extlist; struct pinfo **eptlist; @@ -111,11 +111,10 @@ struct pinfo **eptlist; char *classname = NULL; char *pkginst; char *uniTmp; -char *abi_sym_ptr; -char *ulim; -char *script; +char *abi_sym_ptr; +char *ulim; +char *script; -int eptnum; int nosetuid; int nocnflct; int warnflag = 0; |