FIxed typo
This commit is contained in:
parent
d2e60e82f8
commit
63b308a593
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: irix_fcntl.c,v 1.2 2001/12/25 19:04:18 manu Exp $ */
|
||||
/* $NetBSD: irix_fcntl.c,v 1.3 2002/02/23 22:43:56 manu Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: irix_fcntl.c,v 1.2 2001/12/25 19:04:18 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: irix_fcntl.c,v 1.3 2002/02/23 22:43:56 manu Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/signal.h>
|
||||
@ -59,7 +59,7 @@ irix_sys_lseek64(p, v, retval)
|
||||
register_t *retval;
|
||||
{
|
||||
/*
|
||||
* Note: we have aan alignement problem here. If pad2, pad3 and pad4
|
||||
* Note: we have an alignement problem here. If pad2, pad3 and pad4
|
||||
* are removed, lseek64 will break, because whence will be wrong.
|
||||
*/
|
||||
struct irix_sys_lseek64_args /* {
|
||||
|
Loading…
Reference in New Issue
Block a user