Module Name:    src
Committed By:   christos
Date:           Sat Jan 20 13:15:46 UTC 2024

Modified Files:
        src/sys/sys: sysctl.h

Log Message:
Make __learn_tree always visible. It starts with __ anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/sys/sys/sysctl.h

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

Modified files:

Index: src/sys/sys/sysctl.h
diff -u src/sys/sys/sysctl.h:1.238 src/sys/sys/sysctl.h:1.239
--- src/sys/sys/sysctl.h:1.238	Fri Jan 19 13:39:59 2024
+++ src/sys/sys/sysctl.h	Sat Jan 20 08:15:46 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: sysctl.h,v 1.238 2024/01/19 18:39:59 christos Exp $	*/
+/*	$NetBSD: sysctl.h,v 1.239 2024/01/20 13:15:46 christos Exp $	*/
 
 /*
  * Copyright (c) 1989, 1993
@@ -1231,9 +1231,7 @@ int	proc_compare(const struct kinfo_proc
     const struct kinfo_proc2 *, const struct kinfo_lwp *);
 void	*asysctl(const int *, size_t, size_t *);
 void	*asysctlbyname(const char *, size_t *);
-#ifdef _LIBC_INTERNAL
 int	__learn_tree(int *, u_int, struct sysctlnode *);
-#endif
 __END_DECLS
 
 #endif	/* !_KERNEL */

Reply via email to