Module Name:    src
Committed By:   pooka
Date:           Tue Jul 13 17:49:24 UTC 2010

Modified Files:
        src/tests/fs/common: puffs.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/common/puffs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/common/puffs.c
diff -u src/tests/fs/common/puffs.c:1.1 src/tests/fs/common/puffs.c:1.2
--- src/tests/fs/common/puffs.c:1.1	Tue Jul 13 16:48:15 2010
+++ src/tests/fs/common/puffs.c	Tue Jul 13 17:49:24 2010
@@ -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 @@
 	phdr = (struct putter_hdr *)buf;
 
 	for (;;) {
-		off_t off;
+		uint64_t off;
 		ssize_t n;
 
 		/*

Reply via email to