# HG changeset patch # User Yuri Pankov # Date 1330515511 18000 # Node ID 2933dbe8e1a8365477960ed7cc995f1c9db847cb # Parent 7a2d5713360e30110fcdf51da29b1da2c2561b12 2208 Seems our find doesn't support the '-links' option, (as mandated by POSIX) Reviewed by: Richard Lowe Reviewed by: Garrett D'Amore Approved by: Richard Lowe diff -r 7a2d5713360e -r 2933dbe8e1a8 usr/src/cmd/find/find.c --- a/usr/src/cmd/find/find.c Fri Feb 10 08:38:31 2012 -0500 +++ b/usr/src/cmd/find/find.c Wed Feb 29 06:38:31 2012 -0500 @@ -20,7 +20,7 @@ */ /* * Copyright (c) 1988, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright 2011 Nexenta Systems, Inc. All rights reserved. + * Copyright 2012 Nexenta Systems, Inc. All rights reserved. */ @@ -126,6 +126,8 @@ "-iname", INAME, Str, "-inum", INUM, Num, "-iregex", IREGEX, Str, + "-links", LINKS, Num, + "-local", LOCAL, Unary, "-ls", LS, Unary, "-maxdepth", MAXDEPTH, Num, "-mindepth", MINDEPTH, Num,