Date: Wed, 2 Oct 2002 00:48:13 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include regex.h Message-ID: <200210020748.g927mDAl087183@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/10/02 00:48:13 PDT Modified files: include regex.h Log: o Add typedef for size_t. o Fix regoff_t typedef to not require <sys/types.h> as a prerequisite (specifically use `__off_t' instead of `off_t'). o Add restrict type-qualifier to function prototypes. Revision Changes Path 1.5 +11 -4 src/include/regex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210020748.g927mDAl087183>