On Tue, Sep 24, 2002 at 14:39:01 -0700, Peter Wemm wrote:
> Bill Fenner wrote:
> > 
> > Here's my suggested fix:
> > +}
> 
> Try something like this:

If you want something like this, here is less broken way:

--- lib/posixver.c.bak  Fri Jun  7 11:24:45 2002
+++ lib/posixver.c      Wed Sep 25 01:42:01 2002
@@ -43,7 +43,7 @@
 int
 posix2_version (void)
 {
-  long int v = _POSIX2_VERSION;
+  long int v = 199209 /* XXX: _POSIX2_VERSION */;
   char const *s = getenv ("_POSIX2_VERSION");
 
   if (s && *s)

-- 
Andrey A. Chernov
http://ache.pp.ru/

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

Reply via email to