diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-05 21:54:12 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-05 21:54:12 +0000 |
commit | 2e87b7ee142639249253c1fba9d51d0101953496 (patch) | |
tree | ed1303bbb1ec2dafd19efead8c2484219d5daf20 /usr.sbin/amd/config | |
parent | e390ddfdc31768aad8e77c640893c709738970cf (diff) |
convert last user of libcompat in base to modern regexes. ok deraadt
Diffstat (limited to 'usr.sbin/amd/config')
-rw-r--r-- | usr.sbin/amd/config/os-bsd44.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h index 8345291000f..ca5901bf77c 100644 --- a/usr.sbin/amd/config/os-bsd44.h +++ b/usr.sbin/amd/config/os-bsd44.h @@ -1,4 +1,4 @@ -/* $OpenBSD: os-bsd44.h,v 1.8 2003/06/02 23:36:52 millert Exp $ */ +/* $OpenBSD: os-bsd44.h,v 1.9 2010/07/05 21:54:11 tedu Exp $ */ /* * Copyright (c) 1990 Jan-Simon Pendry @@ -190,7 +190,7 @@ struct mntent { * 4.4 has RE support built in */ #undef RE_HDR -#define RE_HDR <regexp.h> +#define RE_HDR <regex.h> /* * Need precise length links |