Shrink the code about 50 bytes, allocate less run-time memory, and add a
authorRob Landley <rob@landley.net>
Mon, 8 May 2006 02:53:23 +0000 (02:53 -0000)
committerRob Landley <rob@landley.net>
Mon, 8 May 2006 02:53:23 +0000 (02:53 -0000)
commit15fe2e11d7886d04450cabc8b40f0d396b6b6d85
tree5bd4757d5fd5076e8caeee1866f66e942c8f454d
parent17507fa4c506269f169ff8e99948086ced58f89f
Shrink the code about 50 bytes, allocate less run-time memory, and add a
comment that null terminating the string we sscanf() shouldn't be required
since the kernel adds \n to the end of it and sscanf will stop there.
util-linux/mdev.c