diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-17 10:18:36 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-17 10:18:36 +0000 |
| commit | fcfec169dfa9801fd49404fe2b6af0cc2fc99ef6 (patch) | |
| tree | 34ca7fc3aba01f15c9ad22a2355a6c7a0ab218ca /usr.sbin/mdsetimage/exec_elf32.c | |
| parent | e5436d326b011a4ffef5064cb599b0554b99a2a4 (diff) | |
WARNSify
Diffstat (limited to 'usr.sbin/mdsetimage/exec_elf32.c')
| -rw-r--r-- | usr.sbin/mdsetimage/exec_elf32.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mdsetimage/exec_elf32.c b/usr.sbin/mdsetimage/exec_elf32.c index 4d3ed9b8962..f2fd7b028c3 100644 --- a/usr.sbin/mdsetimage/exec_elf32.c +++ b/usr.sbin/mdsetimage/exec_elf32.c @@ -1,4 +1,4 @@ -/* $NetBSD: exec_elf32.c,v 1.1 1996/10/04 00:18:57 cgd Exp $ */ +/* $NetBSD: exec_elf32.c,v 1.2 1997/10/17 10:28:30 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_elf32.c,v 1.1 1996/10/04 00:18:57 cgd Exp $"; +__RCSID("$NetBSD: exec_elf32.c,v 1.2 1997/10/17 10:28:30 lukem Exp $"); #endif /* not lint */ #ifndef ELFSIZE |
