diff options
author | esolom <none@none> | 2005-09-07 17:01:07 -0700 |
---|---|---|
committer | esolom <none@none> | 2005-09-07 17:01:07 -0700 |
commit | f166393f4d30d59a005967d6c6d2869ef830b75d (patch) | |
tree | 419613630cc8ed612a887d7fcf436fcaf546db67 /usr/src/cmd/nscd/nscd_wait.c | |
parent | ec427229eba2c13696d3b36d96afa8f22d364072 (diff) | |
download | illumos-gate-f166393f4d30d59a005967d6c6d2869ef830b75d.tar.gz |
6272055 gcc and cmd/nscd don't get along
6310582 gcc and sparc sysinfo don't get along
Diffstat (limited to 'usr/src/cmd/nscd/nscd_wait.c')
-rw-r--r-- | usr/src/cmd/nscd/nscd_wait.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/nscd/nscd_wait.c b/usr/src/cmd/nscd/nscd_wait.c index b73aaf05c9..b5af46749e 100644 --- a/usr/src/cmd/nscd/nscd_wait.c +++ b/usr/src/cmd/nscd/nscd_wait.c @@ -20,8 +20,8 @@ * CDDL HEADER END */ /* - * Copyright (c) 1994 by Sun Microsystems, Inc. - * All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" @@ -148,5 +148,5 @@ void * go(int index) } -#endif TESTPROG +#endif /* TESTPROG */ |