Index: uspace/app/bdsh/tok.h
===================================================================
--- uspace/app/bdsh/tok.h	(revision 0662451c35f4872031fe346116ad27f80b39296d)
+++ uspace/app/bdsh/tok.h	(revision 5bf76c164fa130e2a664b14a5d195687bf11e6e2)
@@ -38,6 +38,6 @@
 typedef struct {
 	char *text;
-	unsigned int byte_start;
-	unsigned int char_start;
+	size_t byte_start;
+	size_t char_start;
 	size_t byte_length;
 	size_t char_length;
@@ -47,8 +47,8 @@
 typedef struct {
 	char *in;
-	unsigned int in_offset;
-	unsigned int last_in_offset;
-	unsigned int in_char_offset;
-	unsigned int last_in_char_offset;
+	size_t in_offset;
+	size_t last_in_offset;
+	size_t in_char_offset;
+	size_t last_in_char_offset;
 	
 	char *outbuf;
