Changeset 347 for GPL/trunk/include/linux/config.h
- Timestamp:
- Apr 21, 2008, 2:46:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/config.h
r32 r347 1 /* $Id: config.h,v 1.1.1.1 2003/07/02 13:57:00 eleph Exp $ */2 1 3 2 #ifndef _LINUX_CONFIG_H 4 3 #define _LINUX_CONFIG_H 5 4 5 /* __user not supported in OpenWatcom */ 6 #ifndef __user 7 #define __user 6 8 #endif 9 10 #endif /* _LINUX_CONFIG_H */
Note:
See TracChangeset
for help on using the changeset viewer.