23 lines
461 B
C
23 lines
461 B
C
/* $NetBSD: _vwarn.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
|
|
|
|
/*
|
|
* J.T. Conklin, December 12, 1994
|
|
* Public Domain
|
|
*/
|
|
|
|
#include <sys/cdefs.h>
|
|
#if defined(LIBC_SCCS) && !defined(lint)
|
|
__RCSID("$NetBSD: _vwarn.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
|
|
#endif /* LIBC_SCCS and not lint */
|
|
|
|
#ifdef __indr_reference
|
|
__indr_reference(_vwarn, vwarn)
|
|
#else
|
|
|
|
#define __NO_NAMESPACE_H /* XXX */
|
|
#define _vwarn vwarn
|
|
#define rcsid _rcsid
|
|
#include "vwarn.c"
|
|
|
|
#endif
|