From 588b5da2c67f5ce191a8a03442d09f6c723e71e8 Mon Sep 17 00:00:00 2001 From: wulf Date: Wed, 18 Feb 2004 22:18:28 +0000 Subject: Added patch-ad file that was missed at previous update --- ham/xlog/patches/patch-ad | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ham/xlog/patches/patch-ad (limited to 'ham/xlog/patches') diff --git a/ham/xlog/patches/patch-ad b/ham/xlog/patches/patch-ad new file mode 100644 index 00000000000..7e6b8b5c745 --- /dev/null +++ b/ham/xlog/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2004/02/18 22:18:28 wulf Exp $ + +--- src/callbacks_otherdialogs.c.orig 2004-01-12 00:54:45.000000000 +1030 ++++ src/callbacks_otherdialogs.c 2004-02-19 09:40:49.000000000 +1030 +@@ -1748,7 +1748,9 @@ + fclose (finfo.fd); + dup2 (saved_fd, STDERR_FILENO); + close (saved_fd); ++#ifndef __NetBSD__ + stderr = fdopen (STDERR_FILENO, "w"); ++#endif + hamlibresult = start_hamlib (preferences.radio, preferences.device, + RIG_DEBUG_NONE, preferences.polltime); + #endif /* WANT_HAMLIB */ -- cgit v1.2.3