Changeset 367 for GPL/trunk/lib32/misc.c


Ignore:
Timestamp:
Aug 31, 2008, 12:04:49 AM (17 years ago)
Author:
Brendan Oakley
Message:

Reverse mistake in changeset:1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/misc.c

    r347 r367  
    1 /* $Id: misc.c,v 1.1.1.1 2003/07/02 13:57:02 eleph Exp $ */
    21/*
    32 * OS/2 implementation of misc. Linux kernel services
     
    120119//******************************************************************************
    121120//******************************************************************************
    122 pgprot_t __pgprot(int x)
    123 {
    124         unsigned long long cast_x;
    125         pgprot_t pg;
    126         cast_x = (unsigned long long) (x);
    127         pg.pgprot = cast_x;
    128         return (pg);
    129 }
    130 //******************************************************************************
    131 //******************************************************************************
    132121struct proc_dir_entry proc_root = {0};
    133122//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.