diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch) | |
tree | 11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /lib/csu/amd64 | |
parent | c148814ac642685a549ea821e649cd359879c935 (diff) | |
download | FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'lib/csu/amd64')
-rw-r--r-- | lib/csu/amd64/Makefile | 2 | ||||
-rw-r--r-- | lib/csu/amd64/crt1.c | 2 | ||||
-rw-r--r-- | lib/csu/amd64/crti.S | 2 | ||||
-rw-r--r-- | lib/csu/amd64/crtn.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index 0fcd091..50686fe 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1999/03/12 17:33:26 jdp Exp $ +# $FreeBSD$ # SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c index d1dd43d..0ee0702 100644 --- a/lib/csu/amd64/crt1.c +++ b/lib/csu/amd64/crt1.c @@ -22,7 +22,7 @@ * (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: crt1.c,v 1.2 1998/09/07 23:31:59 jdp Exp $ + * $FreeBSD$ */ #ifndef __GNUC__ diff --git a/lib/csu/amd64/crti.S b/lib/csu/amd64/crti.S index 94e947d..0038497 100644 --- a/lib/csu/amd64/crti.S +++ b/lib/csu/amd64/crti.S @@ -22,7 +22,7 @@ * (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: crti.S,v 1.2 1997/08/28 00:27:08 jdp Exp $ + * $FreeBSD$ */ .section .init,"ax",@progbits diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S index 8f280b2..0944ee3 100644 --- a/lib/csu/amd64/crtn.S +++ b/lib/csu/amd64/crtn.S @@ -22,7 +22,7 @@ * (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: crtn.S,v 1.2 1997/08/28 00:27:09 jdp Exp $ + * $FreeBSD$ */ .section .init,"ax",@progbits |