diff options
Diffstat (limited to 'lib/libc/regex/cclass.h')
-rw-r--r-- | lib/libc/regex/cclass.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/regex/cclass.h b/lib/libc/regex/cclass.h index 52cd47b8f0d..d10974c4169 100644 --- a/lib/libc/regex/cclass.h +++ b/lib/libc/regex/cclass.h @@ -1,4 +1,4 @@ -/* $NetBSD: cclass.h,v 1.3 1995/02/27 13:28:29 cgd Exp $ */ +/* $OpenBSD: cclass.h,v 1.2 1996/08/19 08:31:04 tholo Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)cclass.h 8.3 (Berkeley) 3/20/94 */ /* character-class table */ |