Import the expand_path.c file from Heimdal

Import expand_path.c from Heimdal so that it can be used for path
parsing with the Windows version of the INI file parser.

Change-Id: I764ea10edb8bb63bd45216c912c0f67597c4467a
Reviewed-on: http://gerrit.openafs.org/7144
Tested-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2012-04-10 00:35:43 +01:00 committed by Derrick Brashear
parent 4545abb096
commit 5e7e3724fc

View File

@ -4,6 +4,7 @@ lib/krb5/crypto.h krb5/crypto.h
lib/krb5/crypto-aes.c krb5/crypto-aes.c lib/krb5/crypto-aes.c krb5/crypto-aes.c
lib/krb5/crypto-evp.c krb5/crypto-evp.c lib/krb5/crypto-evp.c krb5/crypto-evp.c
lib/krb5/data.c krb5/data.c lib/krb5/data.c krb5/data.c
lib/krb5/expand_path.c krb5/expand_path.c
lib/krb5/keyblock.c krb5/keyblock.c lib/krb5/keyblock.c krb5/keyblock.c
lib/krb5/n-fold.c krb5/n-fold.c lib/krb5/n-fold.c krb5/n-fold.c
lib/krb5/store-int.c krb5/store-int.c lib/krb5/store-int.c krb5/store-int.c