Module Name:    src
Committed By:   he
Date:           Thu Apr 14 11:17:47 UTC 2011

Modified Files:
        src/sys/compat/linux/arch/alpha: linux_pipe.c

Log Message:
Fix this so that it builds (missing "struct" keyword).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/compat/linux/arch/alpha/linux_pipe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/arch/alpha/linux_pipe.c
diff -u src/sys/compat/linux/arch/alpha/linux_pipe.c:1.14 src/sys/compat/linux/arch/alpha/linux_pipe.c:1.15
--- src/sys/compat/linux/arch/alpha/linux_pipe.c:1.14	Thu Apr 14 01:03:23 2011
+++ src/sys/compat/linux/arch/alpha/linux_pipe.c	Thu Apr 14 11:17:47 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: linux_pipe.c,v 1.14 2011/04/14 01:03:23 christos Exp $	*/
+/*	$NetBSD: linux_pipe.c,v 1.15 2011/04/14 11:17:47 he Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_pipe.c,v 1.14 2011/04/14 01:03:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_pipe.c,v 1.15 2011/04/14 11:17:47 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -73,7 +73,7 @@
 }
 
 int
-linux_sys_pipe2(struct lwp *l, const linux_sys_pipe2_args *uap,
+linux_sys_pipe2(struct lwp *l, const struct linux_sys_pipe2_args *uap,
     register_t *retval)
 {
 	/* {

Reply via email to