diff options
Diffstat (limited to 'usr/src/lib/libpkg/common/gpkgmap.c')
-rw-r--r-- | usr/src/lib/libpkg/common/gpkgmap.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/libpkg/common/gpkgmap.c b/usr/src/lib/libpkg/common/gpkgmap.c index 4bbe60dfc3..a8bd01c87c 100644 --- a/usr/src/lib/libpkg/common/gpkgmap.c +++ b/usr/src/lib/libpkg/common/gpkgmap.c @@ -20,6 +20,10 @@ */ /* + * Copyright (c) 2017 Peter Tribble. + */ + +/* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -389,7 +393,6 @@ end: return (-1); } -done: return (1); } @@ -930,7 +933,6 @@ end: return (-1); } -done: return (1); } |