bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Also OpenBSD chokes on openpty


From: Mats Erik Andersson
Subject: Also OpenBSD chokes on openpty
Date: Fri, 8 Feb 2013 11:12:08 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

The commit 9fdffff displays a different error behaviour
on OpenBSD, than that previously reported for Solaris.

OpenBSD 5.0 does in fact offer openpty(3), but the openpty
module now erroneously claim

   /* config.h */
   /* #undef HAVE_OPENPTY */

based on the report during configuration check:

  checking for const-safe openpty signature

  conftest.c:370: error: conflicting types for 'openpty'
  /usr/include/util.h:102: error: previous declaration was here.

Clearly the m4-macro is misconceived.

On behalf of GNU Inetutils,
   Mats Erik Andersson



reply via email to

[Prev in Thread] Current Thread [Next in Thread]