# --- T2-COPYRIGHT-BEGIN ---
# t2/package/*/dietlibc/dir.h.patch
# Copyright (C) 2004 - 2026 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0 or patched project license
# --- T2-COPYRIGHT-END ---
--- /dev/null	2005-06-15 01:10:11.182193024 +0200
+++ ./include/sys/dir.h	2005-06-16 01:39:58.000000000 +0200
@@ -0,0 +1,12 @@
+
+#ifndef _SYS_DIR_H
+#define _SYS_DIR_H
+
+#warning "This is a non-standard header - use <dirent.h> instead!"
+
+#include <dirent.h>
+
+#define direct dirent
+
+#endif	/* _SYS_DIR_H */
+
