Changeset 7931bbb2 in rtems


Ignore:
Timestamp:
02/10/09 09:10:51 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
1df408f
Parents:
b1b425e4
Message:

Cosmetics from FreeBSD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/vm/vm.h

    rb1b425e4 r7931bbb2  
     1/* $Id$ */
     2
    13/*
    24 * Copyright (c) 1991, 1993
     
    1113 *    notice, this list of conditions and the following disclaimer in the
    1214 *    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.
    1715 * 4. Neither the name of the University nor the names of its contributors
    1816 *    may be used to endorse or promote products derived from this software
     
    3230 *
    3331 *      @(#)vm.h        8.2 (Berkeley) 12/13/93
    34  * $Id$
     32 *      @(#)vm_prot.h   8.1 (Berkeley) 6/11/93
     33 *      @(#)vm_inherit.h        8.1 (Berkeley) 6/11/93
     34 *
     35 * Copyright (c) 1987, 1990 Carnegie-Mellon University.
     36 * All rights reserved.
     37 *
     38 * Authors: Avadis Tevanian, Jr., Michael Wayne Young
     39 *
     40 * Permission to use, copy, modify and distribute this software and
     41 * its documentation is hereby granted, provided that both the copyright
     42 * notice and this permission notice appear in all copies of the
     43 * software, derivative works or modified versions, and any portions
     44 * thereof, and that both notices appear in supporting documentation.
     45 *
     46 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
     47 * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
     48 * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
     49 *
     50 * Carnegie Mellon requests users of this software to return to
     51 *
     52 *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
     53 *  School of Computer Science
     54 *  Carnegie Mellon University
     55 *  Pittsburgh PA 15213-3890
     56 *
     57 * any improvements or extensions that they make and grant Carnegie the
     58 * rights to redistribute these changes.
     59 *
     60 * $FreeBSD: src/sys/vm/vm.h,v 1.28 2007/12/27 17:08:11 alc Exp $
    3561 */
    3662
     
    6995struct vm_page;
    7096typedef struct vm_page *vm_page_t;
    71 #endif
     97#endif                          /* _KERNEL */
    7298
    7399#endif                          /* VM_H */
Note: See TracChangeset for help on using the changeset viewer.