Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Remove _INCOMPLETE_XOPEN_C063, no longer needed
details: https://anonhg.NetBSD.org/src/rev/b8b5eec00899
branches: trunk
changeset: 454415:b8b5eec00899
user: kamil <kamil%NetBSD.org@localhost>
date: Mon Sep 16 01:25:16 2019 +0000
description:
Remove _INCOMPLETE_XOPEN_C063, no longer needed
diffstat:
lib/libc/gen/utimens.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r a3e71e5b1d27 -r b8b5eec00899 lib/libc/gen/utimens.c
--- a/lib/libc/gen/utimens.c Mon Sep 16 00:01:16 2019 +0000
+++ b/lib/libc/gen/utimens.c Mon Sep 16 01:25:16 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: utimens.c,v 1.1 2012/11/03 19:39:21 christos Exp $ */
+/* $NetBSD: utimens.c,v 1.2 2019/09/16 01:25:16 kamil Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -31,12 +31,11 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: utimens.c,v 1.1 2012/11/03 19:39:21 christos Exp $");
+__RCSID("$NetBSD: utimens.c,v 1.2 2019/09/16 01:25:16 kamil Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
-#define _INCOMPLETE_XOPEN_C063
#include <fcntl.h>
#include <sys/stat.h>
Home |
Main Index |
Thread Index |
Old Index