hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/um/drivers/daemon_user.c
....@@ -1,12 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
34 * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) and
45 * James Leu (jleu@mindspring.net).
56 * Copyright (C) 2001 by various other people who didn't put their name here.
6
- * Licensed under the GPL.
77 */
88
99 #include <stdint.h>
10
+#include <string.h>
1011 #include <unistd.h>
1112 #include <errno.h>
1213 #include <sys/types.h>