Module Name:    src
Committed By:   christos
Date:           Sun Sep 15 23:52:59 UTC 2019

Modified Files:
        src/include: limits.h

Log Message:
remove comment for incomplete x/open impl (kamil)


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/include/limits.h

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

Modified files:

Index: src/include/limits.h
diff -u src/include/limits.h:1.41 src/include/limits.h:1.42
--- src/include/limits.h:1.41	Sun Sep 15 19:41:00 2019
+++ src/include/limits.h	Sun Sep 15 19:52:59 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: limits.h,v 1.41 2019/09/15 23:41:00 christos Exp $	*/
+/*	$NetBSD: limits.h,v 1.42 2019/09/15 23:52:59 christos Exp $	*/
 
 /*
  * Copyright (c) 1988, 1993
@@ -144,12 +144,6 @@
 
 #define MB_LEN_MAX		32	/* Allow ISO/IEC 2022 */
 
-/*
- * X/Open Extended API set 2 (a.k.a. C063)
- * This hides unimplemented functions from GNU configure until
- * we are done implementing them.
- */
-
 #include <machine/limits.h>
 
 #ifdef __CHAR_UNSIGNED__

Reply via email to