projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git]
/
sys
/
emulation
/
linux
/
i386
/
linprocfs
/
linprocfs_misc.c
diff --git
a/sys/emulation/linux/i386/linprocfs/linprocfs_misc.c
b/sys/emulation/linux/i386/linprocfs/linprocfs_misc.c
index
7b41dcd
..
34b3c94
100644
(file)
--- a/
sys/emulation/linux/i386/linprocfs/linprocfs_misc.c
+++ b/
sys/emulation/linux/i386/linprocfs/linprocfs_misc.c
@@
-306,7
+306,7
@@
linprocfs_doversion(struct proc *curp, struct proc *p, struct pfsnode *pfs,
struct uio *uio)
{
char *ps;
- int xlen;
+ size_t xlen;
ps = version; /* XXX not entirely correct */
for (xlen = 0; ps[xlen] != '\n'; ++xlen)