Module Name: src
Committed By: uwe
Date: Mon May 24 23:07:41 UTC 2021
Modified Files:
src/tools/compat: compat_defs.h
Log Message:
Fix typo in pathname in a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/tools/compat/compat_defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/compat_defs.h
diff -u src/tools/compat/compat_defs.h:1.118 src/tools/compat/compat_defs.h:1.119
--- src/tools/compat/compat_defs.h:1.118 Thu Feb 25 13:41:58 2021
+++ src/tools/compat/compat_defs.h Mon May 24 23:07:40 2021
@@ -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 @@ char *mkdtemp(char *);
#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