Module Name: src
Committed By: tsutsui
Date: Sun Jun 28 09:50:57 UTC 2009
Modified Files:
src/sys/compat/irix: irix_fcntl.c
Log Message:
pad -> PAD, to follow src/sys/kern/makesyscalls.sh rev 1.87.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/compat/irix/irix_fcntl.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/irix/irix_fcntl.c
diff -u src/sys/compat/irix/irix_fcntl.c:1.25 src/sys/compat/irix/irix_fcntl.c:1.26
--- src/sys/compat/irix/irix_fcntl.c:1.25 Mon Apr 28 20:23:41 2008
+++ src/sys/compat/irix/irix_fcntl.c Sun Jun 28 09:50:57 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: irix_fcntl.c,v 1.25 2008/04/28 20:23:41 martin Exp $ */
+/* $NetBSD: irix_fcntl.c,v 1.26 2009/06/28 09:50:57 tsutsui Exp $ */
/*-
* Copyright (c) 2001-2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_fcntl.c,v 1.25 2008/04/28 20:23:41 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_fcntl.c,v 1.26 2009/06/28 09:50:57 tsutsui Exp $");
#include <sys/types.h>
#include <sys/signal.h>
@@ -92,7 +92,7 @@
SCARG(uap, pad4));
#endif
SCARG(&cup, fd) = SCARG(uap, fd);
- SCARG(&cup, pad) = 0;
+ SCARG(&cup, PAD) = 0;
SCARG(&cup, offset) = SCARG(uap, offset);
SCARG(&cup, whence) = SCARG(uap, whence);