From: GeunSik Lim <leemgs1@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>,
Steffen Prohaska <prohaska@zib.de>,
git@vger.kernel.org, Johannes Sixt <j6t@kdbg.org>
Subject: Re: [PATCH 10/11] Fix warnings in nedmalloc when compiling with GCC 4.4.0
Date: Tue, 2 Jun 2009 08:38:55 +0900 [thread overview]
Message-ID: <49b7c2350906011638j12948f1do8d1c8f28d0bf2739@mail.gmail.com> (raw)
In-Reply-To: <7vr5y3lxrj.fsf@alter.siamese.dyndns.org>
On Tue, Jun 2, 2009 at 1:33 AM, Junio C Hamano <gitster@pobox.com> wrote:
>>> Can somebody enlighten me what this hunk is about, and how it helps GCC
>>> 4.4?
>>
Um... It's strange.
I can not connect to http://gcc.gnu.org website
to get GCC 4.4 manual(pdf format) currently.
ping is normal just.
[invain@fedora9 invain]$ ping gcc.gnu.org
PING gcc.gnu.org (209.132.176.174) 56(84) bytes of data.
64 bytes from sourceware.org (209.132.176.174): icmp_seq=1 ttl=40 time=194 ms
64 bytes from sourceware.org (209.132.176.174): icmp_seq=2 ttl=40 time=199 ms
^X64 bytes from sourceware.org (209.132.176.174): icmp_seq=3 ttl=40 time=193 ms
64 bytes from sourceware.org (209.132.176.174): icmp_seq=4 ttl=40 time=203 ms
^C
--- gcc.gnu.org ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3326ms
rtt min/avg/max/mdev = 193.762/198.126/203.978/4.135 ms
[invain@fedora9 invain]$
[invain@fedora9 invain]$ nmap gcc.gnu.org
[invain@fedora9 invain]$ nmap -p 80 gcc.gnu.org
Starting Nmap 4.53 ( http://insecure.org ) at 2009-06-02 08:37 KST
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Nmap done: 1 IP address (0 hosts up) scanned in 2.023 seconds
[invain@fedora9 invain]$
--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.com
leemgs@gmail.com , leemgs1@gmail.com
next prev parent reply other threads:[~2009-06-01 23:39 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-31 16:15 [PATCH 00/11] Various msysgit patches Steffen Prohaska
2009-05-31 16:15 ` [PATCH 01/11] MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore Steffen Prohaska
2009-05-31 16:15 ` [PATCH 02/11] Quiet make: do not leave Windows behind Steffen Prohaska
2009-05-31 16:15 ` [PATCH 03/11] Work around a regression in Windows 7, causing erase_in_line() to crash sometimes Steffen Prohaska
2009-05-31 16:15 ` [PATCH 04/11] test-chmtime: work around Windows limitation Steffen Prohaska
2009-05-31 16:15 ` [PATCH 05/11] winansi: fix compile warnings Steffen Prohaska
2009-05-31 16:15 ` [PATCH 06/11] git: browsing paths with spaces when using the start command Steffen Prohaska
2009-05-31 16:15 ` [PATCH 07/11] connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows Steffen Prohaska
2009-05-31 16:15 ` [PATCH 08/11] MinGW readdir reimplementation to support d_type Steffen Prohaska
[not found] ` <1243786525-4493-10-git-send-email-prohaska@zib.de>
2009-05-31 16:15 ` [PATCH 10/11] Fix warnings in nedmalloc when compiling with GCC 4.4.0 Steffen Prohaska
2009-05-31 16:15 ` [PATCH 11/11] MinGW: Teach Makefile to detect msysgit and apply specific settings Steffen Prohaska
2009-06-01 7:43 ` [PATCH 10/11] Fix warnings in nedmalloc when compiling with GCC 4.4.0 Junio C Hamano
2009-06-01 8:57 ` Johannes Schindelin
2009-06-01 16:33 ` Junio C Hamano
2009-06-01 23:38 ` GeunSik Lim [this message]
2009-06-02 12:52 ` Johannes Schindelin
2009-06-02 15:50 ` Junio C Hamano
2009-06-03 12:57 ` Johannes Schindelin
[not found] ` <7vprdl9qon.fsf@alter.siames e.dyndns.org>
2009-06-03 17:23 ` Junio C Hamano
2009-06-08 14:46 ` [PATCH 10/11 v2] " Johannes Schindelin
2009-06-08 16:50 ` Junio C Hamano
2009-06-08 18:24 ` Johannes Sixt
2009-06-09 6:06 ` Steffen Prohaska
2009-06-10 9:27 ` Johannes Sixt
2009-06-11 20:52 ` [PATCH] Fix typo in nedmalloc warning fix Johannes Sixt
2009-06-11 20:56 ` [PATCH] compat/ has subdirectories: do not omit them in 'make clean' Johannes Sixt
2009-06-11 21:13 ` [PATCH] Fix typo in nedmalloc warning fix Johannes Schindelin
2009-05-31 18:03 ` [PATCH 05/11] winansi: fix compile warnings Johannes Sixt
2009-05-31 19:52 ` Johannes Sixt
2009-06-01 6:41 ` [PATCH 05/11 v2] MinGW: fix warning about implicit declaration of _getch() Steffen Prohaska
2009-06-01 6:04 ` [PATCH 03/11 v2] Work around a regression in Windows 7, causing erase_in_line() to crash sometimes Steffen Prohaska
2009-06-01 8:25 ` Johannes Schindelin
2009-06-01 10:26 ` Steffen Prohaska
2009-06-01 10:41 ` Johannes Schindelin
2009-06-01 7:43 ` [PATCH 04/11] test-chmtime: work around Windows limitation Junio C Hamano
2009-06-01 9:00 ` Johannes Schindelin
2009-05-31 20:06 ` [PATCH 00/11] Various msysgit patches Johannes Sixt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49b7c2350906011638j12948f1do8d1c8f28d0bf2739@mail.gmail.com \
--to=leemgs1@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=j6t@kdbg.org \
--cc=prohaska@zib.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).