summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-10-19 00:46:17 +0000
committerdes <des@FreeBSD.org>2001-10-19 00:46:17 +0000
commit060311ee81735c4f7c0ae4a9be543ef99828ded2 (patch)
tree927df754941c5626d9a7df5f3a1fa4e9a92c77ed /sys/compat
parentcc2750c4a1cda635c2e61ed70326526ab0f0b69b (diff)
downloadFreeBSD-src-060311ee81735c4f7c0ae4a9be543ef99828ded2.zip
FreeBSD-src-060311ee81735c4f7c0ae4a9be543ef99828ded2.tar.gz
Whitespace fix.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h
index b79b5b6..43aed1f 100644
--- a/sys/compat/linux/linux_util.h
+++ b/sys/compat/linux/linux_util.h
@@ -94,7 +94,7 @@ int linux_emul_find __P((struct thread *, caddr_t *, const char *, char *,
#define DUMMY(s) \
int \
-linux_ ## s(struct thread *p, struct linux_ ## s ## _args *args) \
+linux_ ## s(struct thread *p, struct linux_ ## s ## _args *args) \
{ \
return (unsupported_msg(p, #s)); \
} \
OpenPOWER on IntegriCloud