diff options
Diffstat (limited to 'usr/src/cmd/awk/run.c')
| -rw-r--r-- | usr/src/cmd/awk/run.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/awk/run.c b/usr/src/cmd/awk/run.c index 6c6dfc1e37..62f247ac6b 100644 --- a/usr/src/cmd/awk/run.c +++ b/usr/src/cmd/awk/run.c @@ -20,15 +20,13 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - #define tempfree(x, s) if (istemp(x)) tfree(x, s) #define execute(p) r_execute(p) @@ -931,7 +929,7 @@ format(uchar **bufp, uchar *s, Node *a) /*ARGSUSED*/ Cell * -asprintf(Node **a, int n) +a_sprintf(Node **a, int n) { register Cell *x; register Node *y; |
