diff options
author | dg <dg@FreeBSD.org> | 1995-01-23 01:30:24 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-01-23 01:30:24 +0000 |
commit | 29cbee93bc9e06890b49fa6bfa2fc390181c50bb (patch) | |
tree | a469ff6bb7e51875e8ca365cd6f190ac6fb588d4 /lib/libc/i386/string/strcat.S | |
parent | 5fd45395cb009d209b340ac4679e668af8b57355 (diff) | |
download | FreeBSD-src-29cbee93bc9e06890b49fa6bfa2fc390181c50bb.zip FreeBSD-src-29cbee93bc9e06890b49fa6bfa2fc390181c50bb.tar.gz |
First round of changes to clean up the RCSID mess in libc:
1) Changed LIB_SCCS and SYSLIB_SCCS to LIB_RCS and SYSLIB_RCS.
2) Changed sccsid[] variables to rcsid[]
3) Moved all RCSID strings into .text
4) Converted all SCCSID's to RCS $Id$'s
5) Added missing $Id$'s after copyright.
Diffstat (limited to 'lib/libc/i386/string/strcat.S')
-rw-r--r-- | lib/libc/i386/string/strcat.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S index 5bb6fc4..9d5e119 100644 --- a/lib/libc/i386/string/strcat.S +++ b/lib/libc/i386/string/strcat.S @@ -27,11 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcat.S,v 1.1 1993/12/05 13:01:56 ats Exp $ + * $Id: strcat.S,v 1.1 1994/08/05 01:18:32 wollman Exp $ */ #if defined(LIBC_RCS) && !defined(lint) - .asciz "$Id: strcat.S,v 1.1 1993/12/05 13:01:56 ats Exp $" + .text + .asciz "$Id: strcat.S,v 1.1 1994/08/05 01:18:32 wollman Exp $" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" |