summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/output-file.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-02-15 18:50:15 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-02-15 18:50:15 +0000
commit2b89a04cf6f974f8370b54e72b96ebd0bc1f9b64 (patch)
treedb5c05309ed682f005c398826f4f5af1922fafcc /gnu/usr.bin/gas/output-file.c
parent69610abb4918feb6cc803c767885ba8ff78fbf24 (diff)
Merge of NetBSD changes + $OpenBSD$ tags
Diffstat (limited to 'gnu/usr.bin/gas/output-file.c')
-rw-r--r--gnu/usr.bin/gas/output-file.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gas/output-file.c b/gnu/usr.bin/gas/output-file.c
index d71527ac1dd..9b5e311caa3 100644
--- a/gnu/usr.bin/gas/output-file.c
+++ b/gnu/usr.bin/gas/output-file.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: output-file.c,v 1.2 1998/02/15 18:48:57 niklas Exp $ */
+
/* output-file.c - Deal with the output file
Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
@@ -27,7 +29,7 @@
/* note that we do need config info. xoxorich. */
#ifndef lint
-static char rcsid[] = "$Id: output-file.c,v 1.1 1995/10/18 08:38:59 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: output-file.c,v 1.2 1998/02/15 18:48:57 niklas Exp $";
#endif
#include <stdio.h>