mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-30 04:33:01 +00:00
added cvs identifier and conditional on system #include
This commit is contained in:
parent
d54f8f999d
commit
4f8059fffa
@ -35,12 +35,16 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)regex.h 8.2 (Berkeley) 1/3/94
|
* @(#)regex.h 8.2 (Berkeley) 1/3/94
|
||||||
|
*
|
||||||
|
* $Id: regex.h,v 1.2 1997/10/07 15:00:23 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _REGEX_H_
|
#ifndef _REGEX_H_
|
||||||
#define _REGEX_H_
|
#define _REGEX_H_
|
||||||
|
|
||||||
|
#ifndef _SYS_CDEFS_H_
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* types */
|
/* types */
|
||||||
typedef off_t regoff_t;
|
typedef off_t regoff_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user