Module Name: src
Committed By: kamil
Date: Mon Sep 16 01:25:16 UTC 2019
Modified Files:
src/lib/libc/gen: utimens.c
Log Message:
Remove _INCOMPLETE_XOPEN_C063, no longer needed
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/utimens.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/utimens.c
diff -u src/lib/libc/gen/utimens.c:1.1 src/lib/libc/gen/utimens.c:1.2
--- src/lib/libc/gen/utimens.c:1.1 Sat Nov 3 19:39:21 2012
+++ src/lib/libc/gen/utimens.c Mon Sep 16 01:25:16 2019
@@ -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>