summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/_vwarnx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/_vwarnx.c')
-rw-r--r--lib/libc/gen/_vwarnx.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/gen/_vwarnx.c b/lib/libc/gen/_vwarnx.c
index 463ce58ce80..532a93b57c6 100644
--- a/lib/libc/gen/_vwarnx.c
+++ b/lib/libc/gen/_vwarnx.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: _vwarnx.c,v 1.2 1996/04/21 23:39:12 deraadt Exp $ */
+
/*
* J.T. Conklin, December 12, 1994
* Public Domain
@@ -7,4 +9,10 @@
#ifdef __indr_reference
__indr_reference(_vwarnx, vwarnx);
+#else
+
+#define _vwarnx vwarnx
+#define rcsid _rcsid
+#include "vwarnx.c"
+
#endif