Uhm - we can't expose __LIBC12_SOURCE__ to the public - it causes side

effects in the function renaming mess.
This commit is contained in:
drochner 1998-12-09 20:58:55 +00:00
parent 35345a1311
commit 98394c66d1

View File

@ -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. * Copyright (c) 1992 Henry Spencer.
@ -45,10 +45,8 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/types.h> #include <sys/types.h>
#define __LIBC12_SOURCE__
/* types */ /* types */
#ifdef __LIBC12_SOURCE__ #if 1 /* __LIBC12_SOURCE__ - should go away */
typedef off_t regoff_t; typedef off_t regoff_t;
#else #else
typedef size_t regoff_t; typedef size_t regoff_t;