summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-05-28 21:46:39 +0000
committerwlemb <wlemb>2000-05-28 21:46:39 +0000
commitc18727f21242efc8170dd82fd244ab251ae0e70f (patch)
tree52775fc18426acb6eb266b6965c26388420bfc89 /src/utils
parent2a0b0a2a11a0baa754770570f1f0301a82aed619 (diff)
downloadgroff-c18727f21242efc8170dd82fd244ab251ae0e70f.tar.gz
* src/roff/nroff/nroff.sh: Fix infinite loop.
* src/utils/indxbib/indxbib.cc: Add declaration of mkstemp(). * man/roff.man: Removed unused macro. * Makefile.in (dist): Remove src/xditview/Imakefile explicitly. This is needed e.g. if you do `make distclean; ./configure; make dist'.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/indxbib/indxbib.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/indxbib/indxbib.cc b/src/utils/indxbib/indxbib.cc
index 052f4a4e..4b28d983 100644
--- a/src/utils/indxbib/indxbib.cc
+++ b/src/utils/indxbib/indxbib.cc
@@ -38,6 +38,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
extern "C" {
// Sun's stdlib.h fails to declare this.
char *mktemp(char *);
+ int mkstemp(char *);
}
#define DEFAULT_HASH_TABLE_SIZE 997