[Linux-decnet-commit] CVS: dnprogs/include dn_endian.h,1.2,1.3
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Christine C. <chr...@us...> - 2008-05-01 07:28:48
|
Update of /cvsroot/linux-decnet/dnprogs/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25670 Modified Files: dn_endian.h Log Message: Fix my email address. Index: dn_endian.h =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/include/dn_endian.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** dn_endian.h 27 Oct 2000 16:11:56 -0000 1.2 --- dn_endian.h 1 May 2008 07:28:41 -0000 1.3 *************** *** 1,5 **** /****************************************************************************** ! (c) 1998 P.J. Caulfield pa...@ty... ! pca...@ci... This program is free software; you can redistribute it and/or modify --- 1,5 ---- /****************************************************************************** ! (c) 1998-2008 C.H Caulfield Chr...@go... ! This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** #ifndef __BYTE_ORDER ! #error "Can't determine endianness - please inform pa...@ty... with your distribution and hardware type." #endif --- 23,27 ---- #ifndef __BYTE_ORDER ! #error "Can't determine endianness - please inform Chr...@go... with your distribution and hardware type." #endif *************** *** 52,56 **** /* it's a PDP??? */ ! #error "Unsupported endianness - please inform pa...@ty... with your distribution and hardware type." #endif #endif --- 52,56 ---- /* it's a PDP??? */ ! #error "Unsupported endianness - please inform Chr...@go... with your distribution and hardware type." #endif #endif |