Test failure on NetBSD

Lars Hecking lhecking@nmrc.ie
Fri, 22 Dec 2000 17:06:08 +0000


 

> Whether the problem lies with dd or the assumption that it should
> generate a zero size file if invoked as above, I cannot say. The test
> works fine if I remove 0 from the loop, though.
All I wrote applies equally to OpenBSD (2.8). I suspect that this is a BSD dd specific issue, never having observed this on Solaris, DU etc. Also, the following mini-patch eliminates a (harmless :) compiler warning. I'm not familiar at all with NLS, it may be better to ifdef this line and add the corresponding configure test. --- util/miscutil.c.orig Fri Dec 22 17:04:28 2000 +++ util/miscutil.c Wed Dec 20 02:10:39 2000 @@ -25,6 +25,7 @@ #include <time.h> #include <ctype.h> #ifdef HAVE_LANGINFO_H + #include <nl_types.h> #include <langinfo.h> #endif #include "types.h" -- Archive is at http://lists.gnupg.org - Unsubscribe by sending mail with a subject of "unsubscribe" to gnupg-users-request@gnupg.org