summaryrefslogtreecommitdiff
path: root/gl/lib/openat.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-09-23 22:17:23 +0100
committerColin Watson <cjwatson@debian.org>2023-09-23 22:17:23 +0100
commitc0cbb6e4f5cb2a778be6aa75daabbe8cf41686a8 (patch)
treecf06f6e7ea318fd4c5c4904bd1eb8f86cebcb747 /gl/lib/openat.c
parent0b7139d556a20a51aab0e70ae508eab3f3532473 (diff)
parent10ffa2be71a9ba46c4328b3792a2001f4092625d (diff)
New upstream release (2.12.0)
Diffstat (limited to 'gl/lib/openat.c')
-rw-r--r--gl/lib/openat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gl/lib/openat.c b/gl/lib/openat.c
index 52aab19d..f28b10e1 100644
--- a/gl/lib/openat.c
+++ b/gl/lib/openat.c
@@ -1,5 +1,5 @@
/* provide a replacement openat function
- Copyright (C) 2004-2022 Free Software Foundation, Inc.
+ Copyright (C) 2004-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -44,7 +44,6 @@ orig_openat (int fd, char const *filename, int flags, mode_t mode)
#include "cloexec.h"
#include <stdarg.h>
-#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>