summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_socketcall.h
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2005-02-26 22:58:54 +0000
committerperry <perry@NetBSD.org>2005-02-26 22:58:54 +0000
commit477853c3512610b750ddb0fcdc8058b97fbe2ae5 (patch)
treecf6104f352f184569c6bfd0b306b5ec4c41316e8 /sys/compat/linux/common/linux_socketcall.h
parent783ec0bc093e0c52a6028f077cced249fd17755b (diff)
nuke trailing whitespace
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.h')
-rw-r--r--sys/compat/linux/common/linux_socketcall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.h b/sys/compat/linux/common/linux_socketcall.h
index c3d5644c60a..d9edbc46b8f 100644
--- a/sys/compat/linux/common/linux_socketcall.h
+++ b/sys/compat/linux/common/linux_socketcall.h
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_socketcall.h,v 1.7 2003/01/18 21:21:37 thorpej Exp $ */
+/* $NetBSD: linux_socketcall.h,v 1.8 2005/02/26 23:10:19 perry Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -120,7 +120,7 @@ struct linux_sys_socket_args {
struct linux_sys_socketpair_args {
syscallarg(int) domain;
- syscallarg(int) type;
+ syscallarg(int) type;
syscallarg(int) protocol;
syscallarg(int *) rsv;
};