From 26eb8149878aa126df741984f2ce5f3d4169e47d Mon Sep 17 00:00:00 2001 From: jdolecek Date: Thu, 10 Oct 2002 22:41:52 +0000 Subject: [PATCH] g/c extern reference to toutpath --- usr.bin/sort/fsort.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/sort/fsort.c b/usr.bin/sort/fsort.c index ee9e485f85a6..b85cb40a5000 100644 --- a/usr.bin/sort/fsort.c +++ b/usr.bin/sort/fsort.c @@ -1,4 +1,4 @@ -/* $NetBSD: fsort.c,v 1.21 2002/09/30 05:09:25 enami Exp $ */ +/* $NetBSD: fsort.c,v 1.22 2002/10/10 22:41:52 jdolecek Exp $ */ /*- * Copyright (c) 1993 @@ -47,7 +47,7 @@ #include "fsort.h" #ifndef lint -__RCSID("$NetBSD: fsort.c,v 1.21 2002/09/30 05:09:25 enami Exp $"); +__RCSID("$NetBSD: fsort.c,v 1.22 2002/10/10 22:41:52 jdolecek Exp $"); __SCCSID("@(#)fsort.c 8.1 (Berkeley) 6/6/93"); #endif /* not lint */ @@ -59,7 +59,6 @@ u_char *buffer = 0, *linebuf = 0; size_t bufsize = DEFBUFSIZE; size_t linebuf_size; struct tempfile fstack[MAXFCT]; -extern char *toutpath; #define FSORTMAX 4 int PANIC = FSORTMAX;