| To: | linux-cvs@linux-mips.org |
|---|---|
| Subject: | CVS Update@-mips.org: linux |
| From: | ralf@linux-mips.org |
| Date: | Tue, 9 Sep 2003 12:31:46 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 03/09/09 12:31:46
Modified files:
include/linux/byteorder: Tag: linux_2_4 generic.h
Log message:
Avoid conflict with glibc on bigendian platforms when -O or higher
is specified. It's already in 2.6, and I'm not sure why it hasn't
been seen in 2.4. The symptom is that this program will not compile
with -O2:
#include <asm/byteorder.h>
#include <netinet/in.h>
int main () { }
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@-mips.org: linux, ralf |
|---|---|
| Next by Date: | CVS Update@-mips.org: linux, ralf |
| Previous by Thread: | CVS Update@-mips.org: linux, ralf |
| Next by Thread: | CVS Update@-mips.org: linux, ralf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |