Displaying 6 results from an estimated 6 matches for "__use_bsd".
2005 Jan 19
1
Re: [R-SIG-Mac] Formatting of time zone for POSIXct
...=====
--- src/main/datetime.c (revision 32715)
+++ src/main/datetime.c (working copy)
@@ -581,15 +581,8 @@
error("invalid `usetz' argument");
tz = getAttrib(x, install("tzone"));
- /* workaround for glibc bug in strftime */
-#if defined HAVE_GLIBC2
-#ifdef __USE_BSD
- tm.tm_zone = NULL;
-#else
- tm.__tm_zone = NULL;
-#endif
-#endif
-
+ memset(&tm, 0, sizeof(tm));
+
/* coerce fields to integer, find length of longest one */
for(i = 0; i < 9; i++) {
nlen[i] = LENGTH(VECTOR_ELT(x, i));
This just zeroes out tm before use -...
2010 Jan 23
1
[nut-commits] svn commit r2260 - trunk/drivers
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>:
> Author: adkorte-guest
> Date: Sat Jan 23 10:06:51 2010
> New Revision: 2260
>
> Log:
> Need to define _XOPEN_SOURCE for strptime() prototype in glibc2
>
> Modified:
> ? ? trunk/drivers/mge-hid.c
Arnaud,
Apparently this solves the problem for the strptime() function, but
now breaks the snprintf()
2007 Sep 04
1
CPAN error
...nstant subroutine __USE_LARGEFILE64 undefined at
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/features.ph line 17, <STDIN>
line 33.
Constant subroutine __USE_FILE_OFFSET64 undefined at
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/features.ph line 18, <STDIN>
line 33.
Constant subroutine __USE_BSD undefined at
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/features.ph line 19, <STDIN>
line 33.
Constant subroutine __USE_SVID undefined at
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/features.ph line 20, <STDIN>
line 33.
Constant subroutine __USE_MISC undefined at
/usr/lib/perl5/5.8.8...
2006 Jan 20
5
iDEFISK (mac iax2 softphone) release
]
Hey ho,
A few days ago we released the linux version of the phone, today we are
very happy to have the mac version ready for a little field test.
Freely downloadable from http://www.asteriskguru.com/tools/idefisk_mac.php
At the same time, we also put a newer version of the windows and linux
versions online.
Let us know how you feel about it, a more mac look (brushed metal) is
coming.
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl,
Thanks for your help,
About the "Connection:" header, you are right, it's:
"Connection: close" and NOT "Connection: keep-alive". The protocol when the
SERVER sends the data is http 1.0. It's http 1.1 when the browser requests
the data.
I don't understand the "Content-Length: 54000000" header either. Also I
noticed the flash player on
2001 Jun 04
2
creating /etc/tinc directories in make install
Hi,
I am curious why don't you guys create /etc/tinc directory, set permissions,
add /etc/rc.d scripts etc. from the Makefile(s) in the source distribution ?
Doing a make install and not finding an example config in /etc/tinc is kind
of frustrating. Am I missing something? Maybe there is a good reason for
that?
Also, why is it not finding evp.h when I try to do configure? Is creating