Project

General

Profile

Actions

Bug #663

closed

C++ reserved keywords used in system headers accessible from userspace

Added by hasso almost 17 years ago. Updated almost 17 years ago.

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.

Actions #1

Updated by dillon almost 17 years ago

:New submission from Hasso Tepper <>:
:
: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 #2

Updated by hasso almost 17 years ago

Fix committed in 2007/05/29 10:01:04 PDT.

Actions

Also available in: Atom PDF