off_t -> uint64_t to hopefully avoid some lp64 signedness whines.
This commit is contained in:
parent
63ef4b38f6
commit
34de412690
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: puffs.c,v 1.1 2010/07/13 16:48:15 pooka Exp $ */
|
||||
/* $NetBSD: puffs.c,v 1.2 2010/07/13 17:49:24 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2010 The NetBSD Foundation, Inc.
|
||||
@ -162,7 +162,7 @@ writeshovel(void *arg)
|
||||
phdr = (struct putter_hdr *)buf;
|
||||
|
||||
for (;;) {
|
||||
off_t off;
|
||||
uint64_t off;
|
||||
ssize_t n;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user