From 6eea28c1f36ea249260885be38e071e6a2efd234 Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 17 May 2008 20:10:52 +0000 Subject: [PATCH] =?UTF-8?q?I=E2=80=99m=20sorta=20shocked=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sh.h b/sh.h index 6a97eea..b299731 100644 --- a/sh.h +++ b/sh.h @@ -8,6 +8,10 @@ /* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */ +#ifdef __dietlibc__ +#define _BSD_SOURCE /* live, BSD, live! */ +#endif + #if HAVE_SYS_PARAM_H #include #endif @@ -96,7 +100,7 @@ #define __SCCSID(x) __IDSTRING(sccsid,x) #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.217 2008/05/17 18:47:01 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.218 2008/05/17 20:10:52 tg Exp $"); #endif #define MKSH_VERSION "R34 2008/05/17"