summaryrefslogtreecommitdiff
path: root/usr.sbin/mdsetimage/exec_ecoff.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-17 10:18:36 +0000
committerlukem <lukem@NetBSD.org>1997-10-17 10:18:36 +0000
commitfcfec169dfa9801fd49404fe2b6af0cc2fc99ef6 (patch)
tree34ca7fc3aba01f15c9ad22a2355a6c7a0ab218ca /usr.sbin/mdsetimage/exec_ecoff.c
parente5436d326b011a4ffef5064cb599b0554b99a2a4 (diff)
WARNSify
Diffstat (limited to 'usr.sbin/mdsetimage/exec_ecoff.c')
-rw-r--r--usr.sbin/mdsetimage/exec_ecoff.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mdsetimage/exec_ecoff.c b/usr.sbin/mdsetimage/exec_ecoff.c
index 932bd1db28d..d08184fbf32 100644
--- a/usr.sbin/mdsetimage/exec_ecoff.c
+++ b/usr.sbin/mdsetimage/exec_ecoff.c
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_ecoff.c,v 1.1 1996/10/04 00:18:56 cgd Exp $ */
+/* $NetBSD: exec_ecoff.c,v 1.2 1997/10/17 10:28:26 lukem Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -30,8 +30,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
#ifndef lint
-static char *rcsid = "$NetBSD: exec_ecoff.c,v 1.1 1996/10/04 00:18:56 cgd Exp $";
+__RCSID("$NetBSD: exec_ecoff.c,v 1.2 1997/10/17 10:28:26 lukem Exp $");
#endif /* not lint */
#include <sys/types.h>