Fix errno.

This commit is contained in:
joerg 2005-12-18 13:46:58 +00:00
parent bca7974303
commit 10f9b774de
2 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.36 2005/12/18 01:29:09 markd Exp $
$NetBSD: distinfo,v 1.37 2005/12/18 13:46:58 joerg Exp $
SHA1 (kdepim-3.5.0.tar.bz2) = fb98ea719990bf1169289ca5012ad75ac261f488
RMD160 (kdepim-3.5.0.tar.bz2) = 8a41dedd61f8607520d9bcfe49baadeb2b47d845
@ -12,3 +12,4 @@ SHA1 (patch-af) = f72f09de9dfe811fd1324906cfb8a0801dce5454
SHA1 (patch-ag) = 7c3974ddf207367015ffd1ac6ec2ceffa840febf
SHA1 (patch-ah) = ffe68d07a0d49555b30ccd322c14f646bf2972cd
SHA1 (patch-ai) = e323770b352d0a3876f8380bb31aa30615866dd4
SHA1 (patch-aj) = 1fd187c4c9ddb4f6380265853feb7eb04cf4b740

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aj,v 1.1 2005/12/18 13:46:58 joerg Exp $
--- libkcal/libical/src/libicalss/icalfileset.c.orig 2005-12-17 15:19:32.000000000 +0000
+++ libkcal/libical/src/libicalss/icalfileset.c
@@ -56,8 +56,6 @@
#define S_ISREG(mode) _S_ISTYPE((mode), _S_IFREG)
#endif
-extern int errno;
-
/** Default options used when NULL is passed to icalset_new() **/
icalfileset_options icalfileset_options_default = {O_RDWR|O_CREAT, 0644, 0, 0};