off_t -> uint64_t to hopefully avoid some lp64 signedness whines.

This commit is contained in:
pooka 2010-07-13 17:49:24 +00:00
parent 63ef4b38f6
commit 34de412690
1 changed files with 2 additions and 2 deletions

View File

@ -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. * Copyright (c) 2010 The NetBSD Foundation, Inc.
@ -162,7 +162,7 @@ writeshovel(void *arg)
phdr = (struct putter_hdr *)buf; phdr = (struct putter_hdr *)buf;
for (;;) { for (;;) {
off_t off; uint64_t off;
ssize_t n; ssize_t n;
/* /*