forked from pool/timezone
Dirk Mueller
11f43c79b2
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=91
17 lines
478 B
Diff
17 lines
478 B
Diff
Index: zic.c
|
|
===================================================================
|
|
--- zic.c.orig
|
|
+++ zic.c
|
|
@@ -625,8 +625,10 @@ dolink(const char *const fromfield, cons
|
|
fromname);
|
|
result = symlink(symlinkcontents,
|
|
toname);
|
|
+#if 0
|
|
if (result == 0)
|
|
-warning(_("hard link failed, symbolic link used"));
|
|
+ warning(_("hard link failed, symbolic link used"));
|
|
+#endif
|
|
free(symlinkcontents);
|
|
}
|
|
#endif /* HAVE_SYMLINK */
|