Actions
Bug #663
closedC++ reserved keywords used in system headers accessible from userspace
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
C++ reserved keyword "private" is used in /usr/include/sys/objcache.h lines 49 
and 50. C++ reserved keyword "class" is used in /usr/include/sys/sysref.h line 
110. Both problems are hit by application which wants to use kinfo_proc and 
includes just sys/user.h for that.
       Updated by dillon over 18 years ago
      Updated by dillon over 18 years ago
      
    
    :New submission from Hasso Tepper <hasso@estpak.ee>:
:
:C++ reserved keyword "private" is used in /usr/include/sys/objcache.h lines 49 
:and 50. C++ reserved keyword "class" is used in /usr/include/sys/sysref.h line 
:110. Both problems are hit by application which wants to use kinfo_proc and 
:includes just sys/user.h for that.
Bleh.  ok, it'll get fixed right now.-Matt
Actions