Protect __KERNEL_RCSID with #if !defined(_WIN32) for the sake of
hpcboot.exe, that uses this file too. Compiling for WinCE defeats the logic in cdefs_aout.h.
This commit is contained in:
parent
966a0ee30b
commit
5f83499620
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: platid.c,v 1.4 2003/07/15 02:29:27 lukem Exp $ */
|
||||
/* $NetBSD: platid.c,v 1.5 2003/12/16 17:16:43 uwe Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999-2001
|
||||
@ -35,7 +35,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: platid.c,v 1.4 2003/07/15 02:29:27 lukem Exp $");
|
||||
#if !defined(_WIN32) /* XXX: hpcboot.exe */
|
||||
__KERNEL_RCSID(0, "$NetBSD: platid.c,v 1.5 2003/12/16 17:16:43 uwe Exp $");
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user