summaryrefslogtreecommitdiff
path: root/sys/kern/exec_aout.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-06-29 06:29:24 +0000
committercgd <cgd@NetBSD.org>1994-06-29 06:29:24 +0000
commitcf92afd66eb26ee2097f3883397b4bc5bb0e82aa (patch)
tree6bbe162c1ba0d8484b4d2a42807167c3229f6cca /sys/kern/exec_aout.c
parentbb627c6f25da6cf7b3a7203ef05fc66264ac77b8 (diff)
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
Diffstat (limited to 'sys/kern/exec_aout.c')
-rw-r--r--sys/kern/exec_aout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_aout.c b/sys/kern/exec_aout.c
index 33e68dabbd2..4e449636d38 100644
--- a/sys/kern/exec_aout.c
+++ b/sys/kern/exec_aout.c
@@ -1,3 +1,5 @@
+/* $NetBSD: exec_aout.c,v 1.10 1994/06/29 06:32:06 cgd Exp $ */
+
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
* All rights reserved.
@@ -26,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: exec_aout.c,v 1.9 1994/01/28 23:46:59 jtc Exp $
*/
#include <sys/param.h>