From d387ac4c164917d885cd84bd1b62647d989033ac Mon Sep 17 00:00:00 2001 From: Milan Jurik Date: Sat, 19 May 2012 19:59:14 -0700 Subject: 2705 EOF libldap.so.4 Reviewed by: Jason King Reviewed by: Albert Lee Approved by: Garrett D'Amore --- usr/src/lib/libldap4/common/utils.c | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 usr/src/lib/libldap4/common/utils.c (limited to 'usr/src/lib/libldap4/common/utils.c') diff --git a/usr/src/lib/libldap4/common/utils.c b/usr/src/lib/libldap4/common/utils.c deleted file mode 100644 index 922e648ab7..0000000000 --- a/usr/src/lib/libldap4/common/utils.c +++ /dev/null @@ -1,28 +0,0 @@ -/* - * - * Copyright 1998 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. - * - * - * Comments: - * - */ - -#pragma ident "%Z%%M% %I% %E% SMI" - -#include -#include -#include -#include - -void free_strarray( char **sap ) -{ - int i; - - if ( sap != NULL ) { - for ( i = 0; sap[ i ] != NULL; ++i ) { - free( sap[ i ] ); - } - free( (char *)sap ); - } -} -- cgit v1.2.3