Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat Fix typo in pathname in a comment.
details: https://anonhg.NetBSD.org/src/rev/fc549e880a8e
branches: trunk
changeset: 983454:fc549e880a8e
user: uwe <uwe%NetBSD.org@localhost>
date: Mon May 24 23:07:40 2021 +0000
description:
Fix typo in pathname in a comment.
diffstat:
tools/compat/compat_defs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1624112a5312 -r fc549e880a8e tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h Mon May 24 22:40:44 2021 +0000
+++ b/tools/compat/compat_defs.h Mon May 24 23:07:40 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_defs.h,v 1.118 2021/02/25 13:41:58 christos Exp $ */
+/* $NetBSD: compat_defs.h,v 1.119 2021/05/24 23:07:40 uwe Exp $ */
#ifndef __NETBSD_COMPAT_DEFS_H__
#define __NETBSD_COMPAT_DEFS_H__
@@ -454,7 +454,7 @@
#if !HAVE_MKSTEMP || !HAVE_MKDTEMP
/* This is a prototype for the internal function defined in
- * src/lib/lib/stdio/gettemp.c */
+ * src/lib/libc/stdio/gettemp.c */
int __nbcompat_gettemp(char *, int *, int);
#endif
Home |
Main Index |
Thread Index |
Old Index