Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Correct typo in previous.
details: https://anonhg.NetBSD.org/src/rev/673ca3a8ecb2
branches: trunk
changeset: 957586:673ca3a8ecb2
user: kre <kre%NetBSD.org@localhost>
date: Fri Dec 04 23:04:58 2020 +0000
description:
Correct typo in previous.
diffstat:
include/unistd.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3d59bc6de6c5 -r 673ca3a8ecb2 include/unistd.h
--- a/include/unistd.h Fri Dec 04 23:03:11 2020 +0000
+++ b/include/unistd.h Fri Dec 04 23:04:58 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.160 2020/12/04 20:39:10 christos Exp $ */
+/* $NetBSD: unistd.h,v 1.161 2020/12/04 23:04:58 kre Exp $ */
/*-
* Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
@@ -102,7 +102,7 @@
#endif /* __CUSERID_DECLARED */
int dup(int);
int dup2(int, int);
-int execl(const char *, const char *, ...) __null__sentinel;
+int execl(const char *, const char *, ...) __null_sentinel;
int execle(const char *, const char *, ...);
int execlp(const char *, const char *, ...) __null_sentinel;
int execv(const char *, char * const *);
Home |
Main Index |
Thread Index |
Old Index