diff options
Diffstat (limited to 'usr/src/lib/libcmd/common/chmod.c')
-rw-r--r-- | usr/src/lib/libcmd/common/chmod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libcmd/common/chmod.c b/usr/src/lib/libcmd/common/chmod.c index 4247446859..7bfcf09dc8 100644 --- a/usr/src/lib/libcmd/common/chmod.c +++ b/usr/src/lib/libcmd/common/chmod.c @@ -1,7 +1,7 @@ /*********************************************************************** * * * This software is part of the ast package * -* Copyright (c) 1992-2009 AT&T Intellectual Property * +* Copyright (c) 1992-2010 AT&T Intellectual Property * * and is licensed under the * * Common Public License, Version 1.0 * * by AT&T Intellectual Property * @@ -135,7 +135,7 @@ __STDPP__directive pragma pp:hide lchmod #include <cmd.h> #include <ls.h> -#include <fts.h> +#include <fts_fix.h> #include "FEATURE/symlink" |