diff options
Diffstat (limited to 'lib/libc/arch/arm32/sys/exect.S')
-rw-r--r-- | lib/libc/arch/arm32/sys/exect.S | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/arch/arm32/sys/exect.S b/lib/libc/arch/arm32/sys/exect.S index 524a322ee39..6bb73886043 100644 --- a/lib/libc/arch/arm32/sys/exect.S +++ b/lib/libc/arch/arm32/sys/exect.S @@ -1,12 +1,9 @@ -/* $NetBSD: exect.S,v 1.1 1996/02/16 20:48:46 mark Exp $ */ +/* $NetBSD: exect.S,v 1.2 1996/05/12 19:55:09 mark Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * William Jolitz. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -36,7 +33,7 @@ * SUCH DAMAGE. * * from: @(#)exect.s 5.1 (Berkeley) 4/23/90 - * $Id: exect.S,v 1.1 1996/05/01 12:51:28 deraadt Exp $ + * $Id: exect.S,v 1.2 1996/05/22 11:39:20 deraadt Exp $ */ #include "SYS.h" |