Re: argp-version-etc broken on OpenIndiana

2020-05-06 Thread Mats Erik Andersson
Hello again, looking at Hydra/Nixos, the autobuild system failed due to commit c08f85d made three days ago to gnulib, and it has not recovered since then. This seems to correspond to my report. Regards, Mats E Andersson [1] http://hydra.nixos.org/jobset/gnu/inetutils-master

argp-version-etc broken on OpenIndiana

2020-05-06 Thread Mats Erik Andersson
ss is that `ctype_iso.h' is the point of failure, but also `version-etc.h' afronts as a strong candidate. On behalf of the GNU Inetutils Project, Mats Erik Andersson make: Entering directory `/tmp/bygg' make all-recursive make[1]: Entering directory `/tmp/bygg' Making all

Possible testing case of snprintf.

2020-02-09 Thread Mats Erik Andersson
ent and did not cause troubles, but as the recent report submitted to us, the code does produce portability issues when brought to glibc. It has taken a long time to discover this state of affaires, but now it has surfaced! On behalf of Gnu Inetutils, Mats Erik Andersson.

Re: Messed up gl_COMPILER_PREPARE_CHECK_DECL

2020-01-18 Thread Mats Erik Andersson
Dear Bruno, Lördag den 18:e january 2020, klockan 19:11, skrev Bruno Haible detta: > > The cause of the failure is that inetutils/configure.ac invokes > AC_ISC_POSIX before AC_PROG_CC. But AC_ISC_POSIX is documented to expand > into an invocation of AC_SEARCH_LIBS; therefore it requires to run th

Re: Messed up gl_COMPILER_PREPARE_CHECK_DECL

2020-01-18 Thread Mats Erik Andersson
Sorry to pester you again. The first change after my report was successful, but now you continue to push non-portable, or rather, seemingly version-dependent code. Lördag den 18:e january 2020, klockan 14:34, skrev Bruno Haible detta: > > * m4/~~gnulib.m4: New file. > > Not sure whether this

Re: Messed up gl_COMPILER_PREPARE_CHECK_DECL

2020-01-10 Thread Mats Erik Andersson
Bootstrapping, as well as repetition of autoreconf, with Inetutils master at HEAD fails with both of OpenIndiana: autoconf-2.69, automake-1.11.6, m4-1.4.16 Debian 8.8: autoconf-2.69, automake-1.14.1, m4-1.4.17 Gnulib: master HEAD > > error: AC_REQUIRE(gl_COMPILER_PREPARE_CHECK_DEC

Messed up gl_COMPILER_PREPARE_CHECK_DECL

2020-01-10 Thread Mats Erik Andersson
ro on January 4th, and Simon Josefsson was able to recreate Inetutils on January 1st, so please check the text of this new feature for any incompleteness or incompatibilities. We are working on release candidates and need valid Gnulib! Best regards, Mats Erik Andersson

FWD: Winsock initialisation is incorrect ...

2015-09-25 Thread Mats Erik Andersson
nsocks and MinGW, so please evaluate the claims made by this anonymous user. He maintains a view that the byte order applied to the macros SOCKETS_#_# is incorrect. Best regards, Mats Erik Andersson, on behalf of Shishi [1] http://lists.gnu.org/archive/html/help-shishi/2015-09/msg1.html - Be

Re: [PATCH] gc: Fix detection of recent libgcrypt releases.

2015-09-25 Thread Mats Erik Andersson
Hello again, Torsdag den 17:e september 2015, klockan 19:13, skrev Pádraig Brady detta: > On 17/09/15 17:36, Mats Erik Andersson wrote: > > Thanks for the patch. However it seems that GCRYPT_VERSION_NUMBER > has only been available since 1.6.0, so testing for versions before tha

[PATCH] gc: Fix detection of recent libgcrypt releases.

2015-09-17 Thread Mats Erik Andersson
Andersson [1] http://lists.gnu.org/archive/html/help-shishi/2015-09/msg0.html >From 70eecce9272602f347bc0df7ce125ba8ea7c23c7 Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Thu, 17 Sep 2015 13:46:51 +0200 Subject: [PATCH] gc: Fix detection of recent libgcrypt releases. * m4/gc.m4: T

Autoupdate introduces trailing whitespace.

2015-08-26 Thread Mats Erik Andersson
Hello there, the two most recent autoupdates by Karl Berry introduced trailing whitespace, yet gnulib offers the checking tool 'sc_trailing_blank'. Please adhere to your own suggestion. Regards, Mats Erik Andersson, on behalf of GNU Inetutils.

[PATCH] git-version-gen: add a use-case comment

2015-04-17 Thread Mats Erik Andersson
non-empty value is used in 'configure.ac', is that the execution of "make dist" will receive "UNKNOWN" from git-version-gen and issue a warning since no match was possible, inspite of correct versioning of the checked out source tree. Best regards, Mats Er

[PATCH] gnulib-tool: use bold font portably

2015-04-15 Thread Mats Erik Andersson
mechanism. Patch follows. Best regards, Mats Erik Andersson >From f1d4b29b460307d0e96b12ce4f3fce9fb86cfd9c Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Wed, 15 Apr 2015 18:31:46 +0200 Subject: [PATCH] gnulib-tool: use bold font portably * gnulib-tool (func_show_module_list): Chang

Re: [PATCH] git-version-gen: detect untagged revisions

2015-04-14 Thread Mats Erik Andersson
Hello again, Tuesday den 14 April 2015 klockan 21:34 skrev Pádraig Brady detta: > On 14/04/15 19:43, Mats Erik Andersson wrote: > > > > This has to be undone, as it breaks 'make dist' due to > > the incomplete (misbehaving?) file 'top/GNUMakefile'. >

Re: [PATCH] git-version-gen: detect untagged revisions

2015-04-14 Thread Mats Erik Andersson
Tuesday den 14 April 2015 klockan 11:40 skrev Pádraig Brady detta: > On 13/04/15 23:04, Mats Erik Andersson wrote: > > The addition of a leading 'g' to the revision hash is mostly a > > convenience, but the usability of the patched version applied > > to some cloned

[PATCH] git-version-gen: detect untagged revisions

2015-04-13 Thread Mats Erik Andersson
in the sense that it enters only if the fallback string is empty. The addition of a leading 'g' to the revision hash is mostly a convenience, but the usability of the patched version applied to some cloned directory of small depth turned out more pleasant than I had expected. Best rega

[PATCH] parse-datetime: Avoid pointer difference.

2014-08-30 Thread Mats Erik Andersson
Hello there, the module parse-datetime suffers from an annoying warning, due to a comparison of a pointer difference to an unsigned integer. Please mend this. Best regards, Mats Erik Andersson, on behalf of GNU Shishi >From c01f49c76af992fc84357e8e346c3494f90258ce Mon Sep 17 00:00:00 2001 F

Inlining error from "timespec.h".

2014-06-27 Thread Mats Erik Andersson
es not accept "-Wenum-compare" as a valid option for C-coded source, yet it is included in "manywarnings". With almost certainty, I know that gcc-4.4.5 could build GNU Shishi a year ago, but no longer does so, unless refraining from the options "-Wmissing-prototypes -Wenum-compare". Regards, on behalf of GNU Shishi, Mats Erik Andersson

[PATCH] error: conditionally empty format string.

2014-04-25 Thread Mats Erik Andersson
netutils Mats Erik Andersson >From 03ecb1ceb85140566e64fe94a91fd85c258a43d6 Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Fri, 25 Apr 2014 21:45:28 +0200 Subject: [PATCH] error: Conditionally empty format string. --- ChangeLog | 9 + lib/error.c | 7 +++ 2 files chang

[PATCH] pty: Activate the signature wrapper of forkpty.

2013-11-27 Thread Mats Erik Andersson
, Mats Erik Andersson, on behalf of GNU Inetutils. >From 69bd2487bfd4903281b4b04731a1eabcd66a204a Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Wed, 27 Nov 2013 16:08:02 +0100 Subject: [PATCH] pty: Activate the signature wrapper of forkpty. The intended preprocessor macro HAVE_FORK

Re: [PATCH] readline: Support libedit.

2013-10-17 Thread Mats Erik Andersson
you mean some persistent history file kept in the user's home directory? Regards, Mats Erik Andersson

Re: [PATCH] readline: Support libedit.

2013-10-16 Thread Mats Erik Andersson
onsdag den 16 oktober 2013 klockan 22:08 skrev Ludovic Courtès detta: > Mats Erik Andersson skribis: > > > I would like to see the module readline to access also libedit, > > should libreadline be missing on a particular system. The patch > > contained here successfully

[PATCH] readline: Support libedit.

2013-10-15 Thread Mats Erik Andersson
, FreeBSD, DragonFlyBSD, OpenBSD, and OpenSolaris. Best regards, Mats Erik Andersson >From 21ac3c7a026b2b4be04bdbe62e0f7d1b0e1a0245 Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Tue, 15 Oct 2013 22:02:26 +0200 Subject: [PATCH] readline: Support libedit. Allow libedit as an altern

[PATCH] pmccabe2html: escaping of special characters

2013-09-25 Thread Mats Erik Andersson
GNU Shishi project, where the resulting file presents 876 functions in a total of 510k HTML code. Best regards, Mats Erik Andersson, on behalf of GNU Shishi >From d50f9be209e66832524d5b7b4addf27bf33b46c3 Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Wed, 25 Sep 2013 22:27:03 +0200

[PATCH] pmccabe2html: Depends on gawk.

2013-09-19 Thread Mats Erik Andersson
Hello again, (sorry for the new thread.) I have put together in a single patch the two deficiencies already reported to this list. The patch has been tried with GNU Shishi and three different awk implementations (excluding Gawk), and has proven to be correct. Best regards, Mats Erik Andersson

getgroups: Malformed assignment.

2013-09-18 Thread Mats Erik Andersson
Hello there, this is a demonstration of the usefulness of "-Werror"! The module getgroups erroneously has "==" instead of an assignment in line 89. Patch is included. Regards, Mats Erik Andersson, on behalf of GNU Inetutils >From bf89980eb54951197ff94e19d258df204ad5f

pmccabe2html: Tagging errors in HTML template.

2013-09-15 Thread Mats Erik Andersson
Hello there, the HTML template in "build-aux/pmccabe2html" contains two erroneous tags. Mending them allows Lynx to render the resulting page, at least for Shishi. Patch included. Best regards, Mats Erik Andersson, on behalf of Shishi. >From 5eac6d23d1aa5ae8b658e75e721674e2019101

pmccabe2html: Depends on gawk.

2013-09-15 Thread Mats Erik Andersson
stopper. Could we please see the demands relaxed somewhat? Best regards, Mats Erik Andersson, on behalf of Shishi

Re: pthread fails with OpenBSD 4.6 and 5.0.

2013-05-29 Thread Mats Erik Andersson
essfully on OpenBSD 4.6and 5.0 with your committed patch. Hydra at NixOS.org provides more successful systems, such as GNU/Linux and FreeBSD. Regards, Mats Erik Andersson

pthread fails with OpenBSD 4.6 and 5.0.

2013-05-29 Thread Mats Erik Andersson
ile */ - LIBS = + LIBS = $(LIB_PTHREAD) achieves the final linking, but I do not believe this linking should be there at all for OpenBSD. Correct me if I am wrong. Best regards, Mats Erik Andersson, on behalf of GNU Inetutils.

bootstrap: Portability issue on FreeBSD.

2013-03-08 Thread Mats Erik Andersson
tuation to allow $ CONFIG_SHELL=/usr/local/bin/mksh ./bootstrap with FreeBSD and DragonFlyBSD in a typical source directory, like GNU Inetutils. Best regards, Mats Erik Andersson, working for GNU Inetutils. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index bee7765..43c6219 10

Re: openpty module broken on Solaris

2013-02-08 Thread Mats Erik Andersson
fredag den 8 februari 2013 klockan 10:01 skrev Mats Erik Andersson detta: > The change introduced in gnulib-9fd is broken > on OpenSolaris and Solaris 11. And OpenBSD. > The reason is that said patch erroneously leads > to a claim > >/* config.h */ ># defi

Also OpenBSD chokes on openpty

2013-02-08 Thread Mats Erik Andersson
: 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

Re: secure_getenv is broken on FreeBSD.

2013-02-08 Thread Mats Erik Andersson
flyBSD, but OpenBSD is hit by the openpty bug reported in another message, so that variant is still inconclusive. Regards Mats Erik Andersson

openpty module broken on Solaris

2013-02-08 Thread Mats Erik Andersson
;. On behalf of GNU Inetutils, Mats Erik Andersson

Re: secure_getenv is broken on FreeBSD.

2013-02-07 Thread Mats Erik Andersson
onsdag den 6 februari 2013 klockan 22:31 skrev Paul Eggert detta: > On 02/06/2013 05:10 PM, Mats Erik Andersson wrote: > > Does not suffice! Same error as before > > I assume you tried it by hand? Yes. Checking the sequence once more: * Inetutils with gnulib-7517e2 builds

Re: secure_getenv is broken on FreeBSD.

2013-02-06 Thread Mats Erik Andersson
onsdag den 6 februari 2013 klockan 16:14 skrev Paul Eggert detta: > Thanks for that bug report. I pushed the following into > gnulib master, and I hope it fixes that bug. Does it work > for you? (It's needed for other reasons anyway, so if it > doesn't fix your bug further patches are needed.)

secure_getenv is broken on FreeBSD.

2013-02-06 Thread Mats Erik Andersson
199: error: redefinition of 'struct option' Clearly the implementation is not protecting previous inclusions sufficiently diligently. On behalf og GNU Inetutils, Mats Erik Andersson [1] http://hydra.nixos.org/build/4007025

Re: Multiple argp_fmtstream_puts, etcetera.

2012-12-27 Thread Mats Erik Andersson
torsdag den 27 december 2012 klockan 18:58 skrev Paul Eggert detta: > On 12/27/2012 02:47 PM, Mats Erik Andersson wrote: > >> the recent change to "lib/argp-fmtstream.h" is breaking the possibility >> of building GNU inetutils on an i386 system running Debian testi

Multiple argp_fmtstream_puts, etcetera.

2012-12-27 Thread Mats Erik Andersson
to gnulib-baaadca1 avoids the present issue, i.e., undoing gnulib-b7298256. Best regards, Mats Erik Andersson, on behalf of GNU Inetutils make: Entering directory `/tmp/bygg/src' CCLD hostname ../lib/libgnu.a(argp-fmtstream.o): In function `argp_fmtstream_write': argp-fm

Re: fstatat.c broken in OpenBSD 4.6

2012-09-29 Thread Mats Erik Andersson
lördag den 29 september 2012 klockan 19:16 skrev Jim Meyering detta: > Mats Erik Andersson wrote: > > > > fstatat.c:26:10: #include expects "FILENAME" or > > > That appears to be due to a typo. > Can you confirm the following fix solves the problem? Works

fstatat.c broken in OpenBSD 4.6

2012-09-29 Thread Mats Erik Andersson
rks fine, but Gnulib is broken with OpenBSD 4.6 since some time this past Sommer. It is a bad idea to demand gcc-4 and newer. Best regards, Mats Erik Andersson, on behalf of GNU Inetutils.

Re: readutmp: Non-portable UT_PID use.

2012-09-14 Thread Mats Erik Andersson
un/utx.lastlogin /var/run/utx.log The module needs some adaption in order to fit well enough. Best regards, Mats Erik Andersson, on behalf of GNU Inetutils

readutmp: Non-portable UT_PID use.

2012-09-05 Thread Mats Erik Andersson
ction. Below are two suggestions that work equally well on Debian Squeeze and on OpenBSD 4.6. Best regards, Mats Erik Andersson >From 36e7aa46f858fb7ae96fa7047ff161da8a57607a Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Wed, 5 Sep 2012 00:03:32 +0200 Subject: [PATCH] readutmp

Re: Piping sed stalls on OpenSolaris 2010.03

2012-04-13 Thread Mats Erik Andersson
fredag den 13 april 2012 klockan 07:59 skrev Paul Eggert detta: > On 04/13/2012 03:32 AM, Mats Erik Andersson wrote: > > { echo "A comment"; > > sed -e 's,re,txt,g' < file | > > sed -e 's,re2,txt2,g' | > > s

Piping sed stalls on OpenSolaris 2010.03

2012-04-13 Thread Mats Erik Andersson
he Korn shell does not execute the final pipe member in a subshell, but since neither OpenBSD, nor some other OpenIndiana/OpenSolaris systems display the same behaviour, the matter is convoluted! Still, I recommend a reformulation of the sed-scripting as found in "modules/unistd" and "modules/wchar". Best regards, Mats Erik Andersson, ex officio GNU Inetutils.

readline: Adaption for NetBSD.

2012-03-05 Thread Mats Erik Andersson
rectly for GNU/Linux with and without `'. Best regards, Mats Erik Andersson, for GNU Inetutils diff --git a/m4/readline.m4 b/m4/readline.m4 index 903886d..e2c12cc 100644 --- a/m4/readline.m4 +++ b/m4/readline.m4 @@ -1,4 +1,4 @@ -# readline.m4 serial 10 +# readline.m4 serial 11 dnl Copyright

Format poissoning in argp-parse.c.

2012-01-06 Thread Mats Erik Andersson
will cause OpenSolaris to segfault, so a malevolent attacker could in fact cause some damage. Best regards, Mats Erik Andersson [1] http://patch-tracker.debian.org/patch/series/dl/inetutils/2:1.9-1/71_ftbfs_format_security.patch diff --git a/lib/argp-parse.c b/lib/argp-parse.c index 39b8336..d9f0

arpg-help: Warning with NetBSD and amd64.

2011-12-03 Thread Mats Erik Andersson
Best regards, Mats Erik Andersson, on behalf of GNU Inetutils.

Re: libgnu: rpl_getcwd broken on OpenBSD 4.6

2011-11-19 Thread Mats Erik Andersson
fredag den 18 november 2011 klockan 18:07 skrev Paul Eggert detta: > Thanks for the further details about the problem. > > [...] > > Anyway, I've verified that the following patch fixes the bug on > Solaris 8, so I've pushed it into gnulib. > > Can you please try it for OpenBSD 4? Thanks. I'll

Re: libgnu: rpl_getcwd broken on OpenBSD 4.6

2011-11-18 Thread Mats Erik Andersson
Dear Paul, fredag den 18 november 2011 klockan 12:52 skrev Paul Eggert detta: > On 11/18/11 12:07, Mats Erik Andersson wrote: > > > The [fstatat] module is built, but not automatically included in "libgnu.a". > > OK, thanks. Now we need to find out why that pro

Re: libgnu: rpl_getcwd broken on OpenBSD 4.6

2011-11-18 Thread Mats Erik Andersson
Dear Paul, fredag den 18 november 2011 klockan 10:23 skrev Paul Eggert detta: > On 11/18/11 02:25, Mats Erik Andersson wrote: > > I will back track the failure more > > Thanks. > > A similar problem was recently reported for octave on mingw; see > <http://lists.gnu.

Re: libgnu: rpl_getcwd broken on OpenBSD 4.6

2011-11-18 Thread Mats Erik Andersson
torsdag den 17 november 2011 klockan 22:02 skrev Paul Eggert detta: > On 11/17/11 13:51, Mats Erik Andersson wrote: > > Why is your code not falling back to the native getcwd()? > > Presumably the OpenBSD getcwd has some sort of > incompatibility or bug, and gnulib's t

libgnu: rpl_getcwd broken on OpenBSD 4.6

2011-11-17 Thread Mats Erik Andersson
27; lib/getcwd.c: 300: undefined reference to 'fstatat' Why is your code not falling back to the native getcwd()? Best regards, Mats Erik Andersson, on behalf of GNU Inetutils

Portability issue for error_tail().

2011-08-18 Thread Mats Erik Andersson
string. Some sort of runtime check might be of benefit in error_tail() to prevent this crash. Observe that the setting #undef _LIBC is in effect on this particular OpenSolaris instance, and probably on all such systems. Best regards, Mats Erik Andersson, GNU Inetutils

Incorrect detection of member sa_len.

2011-04-09 Thread Mats Erik Andersson
resulting `configure` contains two tests for `sa_len`, one correct and the other wrong. Unluckily the wrong one gets to determine `config.h` Best regards, Mats Erik Andersson, member of GNU Inetutils diff --git a/m4/getaddrinfo.m4 b/m4/getaddrinfo.m4 index 94c276f..2662093 100644 --- a/m4

Re: An issue with unlocked-io.h and bootstrapping.

2010-11-03 Thread Mats Erik Andersson
onsdag den 3 november 2010 klockan 10:53 skrev Jim Meyering detta: > Mats Erik Andersson wrote: > > Hello, > > > > I have made a strange observation concerning > > > > lib/unlocked-io.h > > > > which appears when running the bootstrap script >

An issue with unlocked-io.h and bootstrapping.

2010-11-02 Thread Mats Erik Andersson
guration and compilation works. Right? But alas, it does not. An empty soft link lib/unlocked-io.h remains, which is pointing at the non-existent location ../gnulib/unlocked-io.h Performing a full copy, or using tar/cpio pipes, will of course work, but not the pruning incvolved in "rs

Re: On OpenBSD and if_freenameindex(3).

2010-09-21 Thread Mats Erik Andersson
tisdag den 21 september 2010 klockan 22:46 skrev Simon Josefsson detta: > Mats Erik Andersson writes: > > > My protocol "report_for_test_net_if.txt" is attached. I am not able > > to compile the test into any working executable for OpenBSD 4.6. > > The mi

Re: On OpenBSD and if_freenameindex(3).

2010-09-21 Thread Mats Erik Andersson
tisdag den 21 september 2010 klockan 15:52 skrev Simon Josefsson detta: > Mats Erik Andersson writes: > > > tisdag den 21 september 2010 klockan 14:22 skrev Simon Josefsson detta: > >> As an initial response to this problem, I'm installing a self check of > >>

Re: On OpenBSD and if_freenameindex(3).

2010-09-21 Thread Mats Erik Andersson
tisdag den 21 september 2010 klockan 14:22 skrev Simon Josefsson detta: > As an initial response to this problem, I'm installing a self check of > the net/if.h interface. See below. Mats, if you could quote the > compiler errors you get when building the self-check below on OpenBSD, > that would

On OpenBSD and if_freenameindex(3).

2010-09-21 Thread Mats Erik Andersson
Hello, influenced by an exchange with Simon Josefsson, where we have on issue with the present matter in GNU Inetutils, I would like to mention this subject, since GNUlib seems not to resolve the matter to our satisfaction! In OpenBSD (definitely in 4.6) there is a POSIX violation, quoting Simon

Re: Failure of IPv6 detection for BSD.

2010-09-18 Thread Mats Erik Andersson
Dear Bruno, lördag den 18 september 2010 klockan 17:19 skrev Bruno Haible detta: > Mats Erik Andersson wrote: > > The failing test is > > > > configure:31699: checking for struct sockaddr_in6 > > configure is generared from a multitude of files. > > If you

Re: Failure of IPv6 detection for BSD.

2010-09-18 Thread Mats Erik Andersson
Dear Bruno, lördag den 18 september 2010 klockan 16:45 skrev Bruno Haible detta: > Hello Mats, > > > ... > > All uses of in gnulib's *.m4 files and module descriptions are > preceded with an include of . So, either you must be using an > outdated gnulib, or the .m4 file with the configure test

Failure of IPv6 detection for BSD.

2010-09-18 Thread Mats Erik Andersson
Hello, in detecting the size of "struct sockaddr_in6" for BSD, in my case OpenBSD 4.6, the inclusion of is mandatory. Thus the test case must read #include #include int main (void) { if (sizeof (struct sockaddr_in6)) return 0; else return 0;

[patch] lib/login_tty.c: Controlling terminal in OpenBSD.

2010-09-16 Thread Mats Erik Andersson
dition the deactivation of echoing fails during password passing. When the patch is applied, the echoing stops and the expected ctty is present, since ksh stops complaining about crippled job-control! Best regards, Mats Erik Andersson, fil. dr _ diff -

Re: Detection of utmp/pty for *BSD.

2010-09-09 Thread Mats Erik Andersson
-self-contained. That getutent() in reallity is non-existent in OpenBSD and FreeBSD is in fact a conclusion that can not be drawn from the tests, as they are recorded by the logging into "config.log". Regards, Mats Erik Andersson, fil. dr

Detection of utmp/pty for *BSD.

2010-09-09 Thread Mats Erik Andersson
#endif Best regards, Mats Erik Andersson, fil. dr