Skip to content
Snippets Groups Projects
Commit ea3dd7e0 authored by Oliver Sander's avatar Oliver Sander
Browse files

Make DDD_PROC an uint instead of an ushort. 65k processors may not be enough nowadays

[[Imported from SVN: r8444]]
parent 9da2c050
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ typedef unsigned long DDD_GID;
#endif
typedef unsigned int DDD_TYPE;
typedef unsigned int DDD_IF;
typedef unsigned short DDD_PROC;
typedef unsigned int DDD_PROC;
typedef unsigned int DDD_PRIO;
typedef unsigned int DDD_ATTR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment