diff options
author | Patrick Mooney <patrick.f.mooney@gmail.com> | 2015-07-30 20:18:58 +0000 |
---|---|---|
committer | Patrick Mooney <patrick.f.mooney@gmail.com> | 2015-07-30 20:18:58 +0000 |
commit | 010845372bb1f4f8beefe22b4113c9cc6d6ef053 (patch) | |
tree | 59ba6ece58691cc0b72426548ccbe3fa919f5ca5 | |
parent | 36afd076aca463269fb43107a134e0cc417e044c (diff) | |
download | illumos-joyent-010845372bb1f4f8beefe22b4113c9cc6d6ef053.tar.gz |
OS-4571 lxbrand allow manipulation of uname release and version (unused var)
-rw-r--r-- | usr/src/uts/common/brand/lx/os/lx_brand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/brand/lx/os/lx_brand.c b/usr/src/uts/common/brand/lx/os/lx_brand.c index 5dc026a21e..1ff7bdddc2 100644 --- a/usr/src/uts/common/brand/lx/os/lx_brand.c +++ b/usr/src/uts/common/brand/lx/os/lx_brand.c @@ -1502,7 +1502,6 @@ void lx_copy_procdata(proc_t *cp, proc_t *pp) { lx_proc_data_t *cpd, *ppd; - char buf_version[LX_SYS_UTS_LN]; /* * Since b_copy_procdata is called during getproc(), while the child |