- Changed type of vlen from int to size_t.
authorMax Okumoto <okumoto@dragonflybsd.org>
Mon, 14 Feb 2005 09:58:28 +0000 (09:58 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Mon, 14 Feb 2005 09:58:28 +0000 (09:58 +0000)
commit2b58e883011584cf50f9ec34ace3b1d090212ad3
treeab56aaef0797f20e7dbf0c58a6c920c968b070d7
parent8a26c36fa1328eece9214b6b19120f481113c69b
- Changed type of vlen from int to size_t.
- Replaced usage of function scope variable 'rw_str' with vname
  from a local scope.  This makes it clear that the value in rw_str
  is dead.
usr.bin/make/var.c