In revision 1.230 of src/sys/i386/conf/GENERIC, jkh added:

  options        P1003_1B                #Posix P1003_1B real-time extentions
  options        _KPOSIX_PRIORITY_SCHEDULING
  options        _KPOSIX_VERSION=199309L

But I think the definition of _KPOSIX_VERSION is redundant, because it
is already the default in src/sys/sys/param.h:

  #ifdef P1003_1B
  #define _P1003_1B_VISIBLE
  #ifndef _KPOSIX_VERSION
  #define _KPOSIX_VERSION         199309L
  #endif
  #endif

Am I right, or am I missing something?

John
---
  John Polstra                                               [EMAIL PROTECTED]
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to