Changeset fe853358 in rtems


Ignore:
Timestamp:
04/17/05 07:31:23 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
471745e
Parents:
ef4a8d3
Message:

Cosmetical update from FreeBSD. Remove special casing of arm/mips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/sys/queue.h

    ref4a8d3 rfe853358  
    1111 *    notice, this list of conditions and the following disclaimer in the
    1212 *    documentation and/or other materials provided with the distribution.
    13  * 3. All advertising materials mentioning features or use of this software
    14  *    must display the following acknowledgement:
    15  *      This product includes software developed by the University of
    16  *      California, Berkeley and its contributors.
    1713 * 4. Neither the name of the University nor the names of its contributors
    1814 *    may be used to endorse or promote products derived from this software
     
    3228 *
    3329 *      @(#)queue.h     8.5 (Berkeley) 8/20/94
    34  * $FreeBSD: src/sys/sys/queue.h,v 1.54 2002/08/05 05:18:43 alfred Exp $
     30 * $FreeBSD: src/sys/sys/queue.h,v 1.60 2005/03/02 21:33:29 joerg Exp $
    3531 */
    3632
     
    569565
    570566struct quehead {
    571 #if (defined(__arm__) || defined(__mips__))
    572     struct quehead *qh_link  __attribute__((packed));
    573     struct quehead *qh_rlink __attribute__((packed));
    574 #else /* !defined(__arm__)) */
    575567    struct quehead *qh_link;
    576568    struct quehead *qh_rlink;
    577 #endif
    578569};
    579570
Note: See TracChangeset for help on using the changeset viewer.