Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 15:20:53 -0800 (PST)
From:      John Polstra <jdp@polstra.com>
To:        current@freebsd.org
Subject:   _KPOSIX_VERSION=199309L in GENERIC is redundant
Message-ID:  <XFMail.000129152053.jdp@polstra.com>

next in thread | raw e-mail | index | archive | help
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                                               jdp@polstra.com
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000129152053.jdp>