diff options
Diffstat (limited to 'usr/src/lib/libshell/common/sh/tdump.c')
-rw-r--r-- | usr/src/lib/libshell/common/sh/tdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libshell/common/sh/tdump.c b/usr/src/lib/libshell/common/sh/tdump.c index afdd6336dd..444ed340db 100644 --- a/usr/src/lib/libshell/common/sh/tdump.c +++ b/usr/src/lib/libshell/common/sh/tdump.c @@ -1,7 +1,7 @@ /*********************************************************************** * * * This software is part of the ast package * -* Copyright (c) 1982-2009 AT&T Intellectual Property * +* Copyright (c) 1982-2010 AT&T Intellectual Property * * and is licensed under the * * Common Public License, Version 1.0 * * by AT&T Intellectual Property * @@ -26,11 +26,11 @@ * */ -#include <ccode.h> #include "defs.h" #include "shnodes.h" #include "path.h" #include "io.h" +#include <ccode.h> static int p_comlist(const struct dolnod*); static int p_arg(const struct argnod*); |