Apply style(9).

This commit is contained in:
David E. O'Brien 2000-11-01 16:38:40 +00:00
parent 7b4cc3fd44
commit ac4c54948c

View File

@ -36,7 +36,7 @@
#include <alpha/linux/linux.h> #include <alpha/linux/linux.h>
#include <alpha/linux/linux_proto.h> #include <alpha/linux/linux_proto.h>
#define DUMMY(s) \ #define DUMMY(s) \
int \ int \
linux_ ## s(struct proc *p, struct linux_ ## s ## _args *args) \ linux_ ## s(struct proc *p, struct linux_ ## s ## _args *args) \
{ \ { \
@ -48,7 +48,7 @@ static int
unsupported_msg(struct proc *p, const char *fname) unsupported_msg(struct proc *p, const char *fname)
{ {
printf("linux: syscall %s is obsoleted or not implemented (pid=%ld)\n", printf("linux: syscall %s is obsoleted or not implemented (pid=%ld)\n",
fname, (long)p->p_pid); fname, (long)p->p_pid);
return (ENOSYS); return (ENOSYS);
} }