Changeset 367 for GPL/trunk/lib32/misc.c
- Timestamp:
- Aug 31, 2008, 12:04:49 AM (17 years ago)
- 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 $ */2 1 /* 3 2 * OS/2 implementation of misc. Linux kernel services … … 120 119 //****************************************************************************** 121 120 //****************************************************************************** 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 //******************************************************************************132 121 struct proc_dir_entry proc_root = {0}; 133 122 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.