Module Name:    src
Committed By:   tnn
Date:           Mon Apr 11 19:37:20 UTC 2022

Modified Files:
        src/lib/libedit: chartype.h

Log Message:
libedit/chartype.h: portability fix for OSF/1


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libedit/chartype.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/chartype.h
diff -u src/lib/libedit/chartype.h:1.36 src/lib/libedit/chartype.h:1.37
--- src/lib/libedit/chartype.h:1.36	Sun Sep 15 21:09:11 2019
+++ src/lib/libedit/chartype.h	Mon Apr 11 19:37:20 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: chartype.h,v 1.36 2019/09/15 21:09:11 christos Exp $	*/
+/*	$NetBSD: chartype.h,v 1.37 2022/04/11 19:37:20 tnn Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -35,6 +35,7 @@
  * been around since 2001... */
 #if	!defined(__NetBSD__) && \
 	!defined(__sun) && \
+	!defined(__osf__) && \
 	!(defined(__APPLE__) && defined(__MACH__)) && \
 	!defined(__OpenBSD__) && \
 	!defined(__FreeBSD__) && \

Reply via email to