diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2010-11-15 20:03:27 -0800 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2010-11-15 20:03:27 -0800 |
commit | 4656d4747c8743290bfbe910c64cd75eb4e4af8d (patch) | |
tree | 241d8b3f0b8796e33937c6a27c670eba002f8f04 /usr/src/lib/libpkg/common/vfpops.c | |
parent | 60bec29ea42d65ac648c69b0fb189273e286ca57 (diff) | |
download | illumos-gate-4656d4747c8743290bfbe910c64cd75eb4e4af8d.tar.gz |
420 remove patch (sparse package) support from svr4 pkg
421 libpkg and libadm need to be lint clean
Reviewed by: gwr@nexenta.com
Reviewed by: peter.tribble@gmail.com
Approved by: gwr@nexenta.com
Diffstat (limited to 'usr/src/lib/libpkg/common/vfpops.c')
-rw-r--r-- | usr/src/lib/libpkg/common/vfpops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libpkg/common/vfpops.c b/usr/src/lib/libpkg/common/vfpops.c index a4e6e54112..4c4b49c47c 100644 --- a/usr/src/lib/libpkg/common/vfpops.c +++ b/usr/src/lib/libpkg/common/vfpops.c @@ -911,7 +911,7 @@ vfpCheckpointFile(VFP_T **r_cpVfp, VFP_T **a_vfp, char *a_path) /* copy contents of VFP to checkpoint to checkpointed VFP */ - memcpy(vfp, avfp, sizeof (VFP_T)); + (void) memcpy(vfp, avfp, sizeof (VFP_T)); /* free contents of VFP to checkpoint */ |