Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common linux_off_t -> off_t in pwrite() sys...
details: https://anonhg.NetBSD.org/src/rev/3d7249d32b8d
branches: trunk
changeset: 329099:3d7249d32b8d
user: njoly <njoly%NetBSD.org@localhost>
date: Tue May 06 13:21:50 2014 +0000
description:
linux_off_t -> off_t in pwrite() syscall args comment.
diffstat:
sys/compat/linux/common/linux_file.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8c4b011320e2 -r 3d7249d32b8d sys/compat/linux/common/linux_file.c
--- a/sys/compat/linux/common/linux_file.c Tue May 06 12:02:52 2014 +0000
+++ b/sys/compat/linux/common/linux_file.c Tue May 06 13:21:50 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_file.c,v 1.109 2014/05/04 10:08:53 njoly Exp $ */
+/* $NetBSD: linux_file.c,v 1.110 2014/05/06 13:21:50 njoly Exp $ */
/*-
* Copyright (c) 1995, 1998, 2008 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_file.c,v 1.109 2014/05/04 10:08:53 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_file.c,v 1.110 2014/05/06 13:21:50 njoly Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -762,7 +762,7 @@
syscallarg(int) fd;
syscallarg(void *) buf;
syscallarg(size_t) nbyte;
- syscallarg(linux_off_t) offset;
+ syscallarg(off_t) offset;
} */
struct sys_pwrite_args pra;
Home |
Main Index |
Thread Index |
Old Index