diff options
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/i386/Makefile | 2 | ||||
-rw-r--r-- | lib/csu/i386/c++rt0.c | 2 | ||||
-rw-r--r-- | lib/csu/i386/crt0.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 1b3e61f486790..e96e58b96500d 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 5/22/91 -# $Id$ +# $Id: Makefile,v 1.25.2.1 1997/03/03 14:57:06 bde Exp $ CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o diff --git a/lib/csu/i386/c++rt0.c b/lib/csu/i386/c++rt0.c index 079c0986efdbb..9b397929e693e 100644 --- a/lib/csu/i386/c++rt0.c +++ b/lib/csu/i386/c++rt0.c @@ -27,7 +27,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: c++rt0.c,v 1.4 1996/01/15 17:53:25 jdp Exp $ + * $Id: c++rt0.c,v 1.5 1996/02/20 04:07:26 jdp Exp $ */ /* diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index a14a4081c9a5a..928f436d55f34 100644 --- a/lib/csu/i386/crt0.c +++ b/lib/csu/i386/crt0.c @@ -27,7 +27,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: crt0.c,v 1.24 1996/10/01 00:54:48 peter Exp $ + * $Id: crt0.c,v 1.25 1996/10/06 03:19:26 steve Exp $ */ #include <sys/param.h> |