summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find/find.h')
-rw-r--r--usr.bin/find/find.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h
index 37af2a433e9..dc1a4ef8679 100644
--- a/usr.bin/find/find.h
+++ b/usr.bin/find/find.h
@@ -1,4 +1,4 @@
-/* * $OpenBSD: find.h,v 1.13 2003/06/26 07:27:29 deraadt Exp $*/
+/* * $OpenBSD: find.h,v 1.14 2004/09/15 18:43:25 deraadt Exp $*/
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@ enum ntype {
N_MMIN, N_MAXDEPTH,
N_MINDEPTH, N_MTIME, N_NAME, N_NEWER, N_NOGROUP, N_NOT, N_NOUSER,
N_OK, N_OPENPAREN, N_OR, N_PATH, N_PERM, N_PRINT, N_PRINT0, N_PRUNE,
- N_SIZE, N_TYPE, N_USER, N_XDEV,
+ N_SIZE, N_TYPE, N_USER, N_XDEV
};
/* node definition */