make status variables consistent
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 16 Nov 1990 04:23:55 +0000 (20:23 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 16 Nov 1990 04:23:55 +0000 (20:23 -0800)
SCCS-vsn: usr.bin/find/find.h 5.2

usr/src/usr.bin/find/find.h

index a6cc86e..301078a 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)find.h      5.1 (Berkeley) %G%
+ *     @(#)find.h      5.2 (Berkeley) %G%
  */
 
 /* node definition */
  */
 
 /* node definition */
@@ -79,6 +79,6 @@ typedef struct _plandata {
 #define        T_USER          28
 #define        T_XDEV          29
 
 #define        T_USER          28
 #define        T_XDEV          29
 
-extern int errno;
-extern int ftsoptions, output_specified;
+extern int ftsoptions;
+extern int isdeprecated, isdepth, isoutput, isrelative, isstopdnx;
 char *emalloc();
 char *emalloc();