From 0f7920cf33ac23730debb71c2e734f20407f46ee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 Dec 2005 07:57:16 +0000 Subject: [BZ #1952, BZ #1955] 2005-12-19 Ulrich Drepper [BZ #1955] * timezone/zic.c (tofile;): Fix typo in symlink creation. Patch by Phil Estes . [BZ #1952] * sysdeps/unix/sysv/linux/time.c: New file. * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove time entry. 2005-12-15 Thomas Schwinge --- timezone/zic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timezone') diff --git a/timezone/zic.c b/timezone/zic.c index 57dc5311d5..4e3f42f2cc 100644 --- a/timezone/zic.c +++ b/timezone/zic.c @@ -650,7 +650,7 @@ const char * const tofile; "../"); symlinkcontents = ecatalloc(symlinkcontents, - fromfile); + fromname); result = symlink(symlinkcontents, toname); if (result == 0) -- cgit 1.4.1