diff options
author | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2008-08-06 16:29:39 -0600 |
---|---|---|
committer | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2008-08-06 16:29:39 -0600 |
commit | 9a70fc3be3b1e966bf78825cdb8d509963a6f0a1 (patch) | |
tree | 37cd6d18c9cdf3a8d6012e657cd17a9783f5a182 /usr/src/lib/libc/common/sys/resolvepath.s | |
parent | 733c059aa6d54dc62d25850c71f71091e10d0aaa (diff) | |
download | illumos-gate-9a70fc3be3b1e966bf78825cdb8d509963a6f0a1.tar.gz |
6733918 Teamware has retired, please welcome your new manager, Mercurial
4758439 some files use "current date" sccs keywords
6560843 asm sources should not rely on .file "%M%" for naming STT_FILE symbols
6560958 Solaris:: perl modules should not use SCCS keywords in version information
6729074 webrev doesn't deal well with remote ssh hg parents
Diffstat (limited to 'usr/src/lib/libc/common/sys/resolvepath.s')
-rw-r--r-- | usr/src/lib/libc/common/sys/resolvepath.s | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/lib/libc/common/sys/resolvepath.s b/usr/src/lib/libc/common/sys/resolvepath.s index 1ef05e84a4..632f3ee147 100644 --- a/usr/src/lib/libc/common/sys/resolvepath.s +++ b/usr/src/lib/libc/common/sys/resolvepath.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "resolvepath.s" /* C library -- resolvepath */ /* int resolvepath(const char *path, void *buf, int bufsiz) */ |