summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-01 16:38:40 +0000
committerobrien <obrien@FreeBSD.org>2000-11-01 16:38:40 +0000
commit105fcddd7fb1c85d99e21e0770a00f17660547fc (patch)
tree3620d94e7c7142a50d14610b79cdcfcb04b07ad3
parent209e75ec40ee2fbb356e384838927ac96abbe57b (diff)
downloadFreeBSD-src-105fcddd7fb1c85d99e21e0770a00f17660547fc.zip
FreeBSD-src-105fcddd7fb1c85d99e21e0770a00f17660547fc.tar.gz
Apply style(9).
-rw-r--r--sys/alpha/linux/linux_dummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux_dummy.c b/sys/alpha/linux/linux_dummy.c
index 3e5c6fe..1e6414f 100644
--- a/sys/alpha/linux/linux_dummy.c
+++ b/sys/alpha/linux/linux_dummy.c
@@ -36,7 +36,7 @@
#include <alpha/linux/linux.h>
#include <alpha/linux/linux_proto.h>
-#define DUMMY(s) \
+#define DUMMY(s) \
int \
linux_ ## s(struct proc *p, struct linux_ ## s ## _args *args) \
{ \
@@ -48,7 +48,7 @@ static int
unsupported_msg(struct proc *p, const char *fname)
{
printf("linux: syscall %s is obsoleted or not implemented (pid=%ld)\n",
- fname, (long)p->p_pid);
+ fname, (long)p->p_pid);
return (ENOSYS);
}
OpenPOWER on IntegriCloud