From 98394c66d19eb831ab88adecb452731bc85eaecf Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 9 Dec 1998 20:58:55 +0000 Subject: [PATCH] Uhm - we can't expose __LIBC12_SOURCE__ to the public - it causes side effects in the function renaming mess. --- include/regex.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/regex.h b/include/regex.h index 6b4cc5efeac9..a51fbb502aab 100644 --- a/include/regex.h +++ b/include/regex.h @@ -1,4 +1,4 @@ -/* $NetBSD: regex.h,v 1.8 1998/12/08 14:00:24 drochner Exp $ */ +/* $NetBSD: regex.h,v 1.9 1998/12/09 20:58:55 drochner Exp $ */ /*- * Copyright (c) 1992 Henry Spencer. @@ -45,10 +45,8 @@ #include #include -#define __LIBC12_SOURCE__ - /* types */ -#ifdef __LIBC12_SOURCE__ +#if 1 /* __LIBC12_SOURCE__ - should go away */ typedef off_t regoff_t; #else typedef size_t regoff_t;