From 792ca910ad227994404fd6f1b73100f0cdbf7dd0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 29 Nov 1998 10:08:27 +0000 Subject: [PATCH] Fixed disordering in previous commit. --- usr.bin/find/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index b436ea1e0a9..cf2d959d5bd 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -83,4 +83,4 @@ PLAN *c_mtime __P((char *)); PLAN *c_not __P((void)); PLAN *c_or __P((void)); -extern int ftsoptions, isdeprecated, isdepth, isoutput, isxargs, issort; +extern int ftsoptions, isdeprecated, isdepth, isoutput, issort, isxargs;