summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/indent.c
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2005-11-13 20:37:25 +0000
committerdwmalone <dwmalone@FreeBSD.org>2005-11-13 20:37:25 +0000
commite31bf402f920e5636076f847f47615ca0117ca73 (patch)
tree628899b9cfa152a377accd43e821fd03950f78fa /usr.bin/indent/indent.c
parent7a146f5f800494ae683092ef856903568540b6bf (diff)
downloadFreeBSD-src-e31bf402f920e5636076f847f47615ca0117ca73.zip
FreeBSD-src-e31bf402f920e5636076f847f47615ca0117ca73.tar.gz
Declare find_err in indent_globs.h where the other shared variables
live rather than listing it as an extern in indent.c.
Diffstat (limited to 'usr.bin/indent/indent.c')
-rw-r--r--usr.bin/indent/indent.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c
index f91043f..bd654a8 100644
--- a/usr.bin/indent/indent.c
+++ b/usr.bin/indent/indent.c
@@ -70,8 +70,6 @@ const char *out_name = "Standard Output"; /* will always point to name
* of output file */
char bakfile[MAXPATHLEN] = "";
-extern int found_err; /* flag set in diagN() on error */
-
int
main(int argc, char **argv)
{
OpenPOWER on IntegriCloud