From 2de846bbcc5aa243d55e8bd09b4ee18665019840 Mon Sep 17 00:00:00 2001 From: Bruno Rohee Date: Mon, 31 Mar 2003 19:12:36 +0000 Subject: add a newline at end of file. gcc3 rightfully complains if the file is not newline terminated. From Thorsten Glaser --- lib/csu/common_elf/os-note-elf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/csu/common_elf/os-note-elf.h b/lib/csu/common_elf/os-note-elf.h index 3981e852b33..938c0c246b4 100644 --- a/lib/csu/common_elf/os-note-elf.h +++ b/lib/csu/common_elf/os-note-elf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: os-note-elf.h,v 1.2 2001/02/03 23:00:38 art Exp $ */ +/* $OpenBSD: os-note-elf.h,v 1.3 2003/03/31 19:12:35 rohee Exp $ */ /* * Contents: * @@ -18,4 +18,4 @@ __asm(" .section \".note.openbsd.ident\", \"a\" .ascii \"OpenBSD\\0\" .long 0 - .p2align 2"); \ No newline at end of file + .p2align 2"); -- cgit v1.2.3