net: proc_fs: trivial: print UIDs as unsigned int
authorFrancesco Fusco <ffusco@redhat.com>
Thu, 15 Aug 2013 11:42:14 +0000 (13:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Aug 2013 21:37:46 +0000 (14:37 -0700)
UIDs are printed in the proc_fs as signed int, whereas
they are unsigned int.

Signed-off-by: Francesco Fusco <ffusco@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found