diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-15 18:43:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-15 18:43:26 +0000 |
commit | 58369a78dcc3bdb8389fea414f71d9a2eeb98cbd (patch) | |
tree | 649ecc9db8ba84fb8527b5a5224f65652bd55f5a /usr.bin/find/find.h | |
parent | cd72efffcb74191c9cbd98b3712b7c9f2877d86e (diff) |
no , allowed at end of enum list
Diffstat (limited to 'usr.bin/find/find.h')
-rw-r--r-- | usr.bin/find/find.h | 4 |
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 */ |