SHA256
1
0
forked from pool/timezone
timezone/tzcode-zic.diff
OBS User autobuild 0bee29b8fb Accepting request 48685 from Base:System
Copy from Base:System/timezone based on submit request 48685 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/48685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=33
2010-09-21 16:21:55 +00:00

16 lines
377 B
Diff

Index: zic.c
===================================================================
--- zic.c.orig
+++ zic.c
@@ -665,8 +665,10 @@ const char * const tofield;
fromname);
result = symlink(symlinkcontents,
toname);
+#if 0
if (result == 0)
warning(_("hard link failed, symbolic link used"));
+#endif
ifree(symlinkcontents);
}
#endif /* HAVE_SYMLINK */