From b416b45eb37e12bd58412d255f47f05d6abda863 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 5 Mar 2001 21:19:18 +0000 Subject: stat and mknod cleanup, take two. Put all the needed junk into syscalls.c for clarity. -Erik --- libc/sysdeps/linux/common/statfix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/statfix.h') diff --git a/libc/sysdeps/linux/common/statfix.h b/libc/sysdeps/linux/common/statfix.h index df85d84d4..6dad72dc4 100644 --- a/libc/sysdeps/linux/common/statfix.h +++ b/libc/sysdeps/linux/common/statfix.h @@ -2,7 +2,7 @@ #define STATFIX_H /* Pull in whatever this particular arch's kernel thinks the kernel version of - * struct stat should look like. It turn out that each arch has a different + * struct stat should look like. It turns out that each arch has a different * opinion on the subject, and different kernel revs use different names... */ #define stat kernel_stat #define new_stat kernel_stat -- cgit v1.2.3