Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/sys/Attic/exect.S,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/sys/Attic/exect.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.3.16.1 diff -u -p -r1.3 -r1.3.16.1 --- src/lib/libc/arch/x86_64/sys/Attic/exect.S 2011/11/18 20:43:01 1.3 +++ src/lib/libc/arch/x86_64/sys/Attic/exect.S 2014/08/10 06:51:49 1.3.16.1 @@ -1,4 +1,4 @@ -/* $NetBSD: exect.S,v 1.3 2011/11/18 20:43:01 joerg Exp $ */ +/* $NetBSD: exect.S,v 1.3.16.1 2014/08/10 06:51:49 tls Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -36,7 +36,7 @@ #include #if defined(SYSLIBC_SCCS) && !defined(lint) - RCSID("$NetBSD: exect.S,v 1.3 2011/11/18 20:43:01 joerg Exp $") + RCSID("$NetBSD: exect.S,v 1.3.16.1 2014/08/10 06:51:49 tls Exp $") #endif /* SYSLIBC_SCCS and not lint */ #include "SYS.h" @@ -48,3 +48,4 @@ ENTRY(exect) popfq SYSTRAP(execve) jmp CERROR +END(exect)