diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-07-24 05:39:13 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-07-24 05:39:13 +0000 |
commit | 0dd75bd11ad0521c80a620c4281c705e8a742521 (patch) | |
tree | 17d649ee54198f42c142904c8df9a8a70e89902f /lib/libcompat/regexp/regmagic.h | |
parent | aa71ea20647db6f1b471021155e549be8ce4dc93 (diff) |
Prevent the v8 style regexp library from clashing with the POSIX regex.
Inspired by the changes to BSD/OS (and the bug they caught), but I didn't
go and look at the BSD/OS sources.
Diffstat (limited to 'lib/libcompat/regexp/regmagic.h')
-rw-r--r-- | lib/libcompat/regexp/regmagic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcompat/regexp/regmagic.h b/lib/libcompat/regexp/regmagic.h index 9c7b263006c..a40dfecbdf5 100644 --- a/lib/libcompat/regexp/regmagic.h +++ b/lib/libcompat/regexp/regmagic.h @@ -1,4 +1,5 @@ -/* $Id: regmagic.h,v 1.1 1995/10/18 08:42:35 deraadt Exp $ */ +/* $OpenBSD: regmagic.h,v 1.2 1996/07/24 05:39:12 downsj Exp $ */ +/* $Id: regmagic.h,v 1.2 1996/07/24 05:39:12 downsj Exp $ */ /* * The first byte of the regexp internal "program" is actually this magic |