OSDN Git Service

Cleanup pass: inline find_tty_name(), bounds check fscanf(), use libc
authorRob Landley <rob@landley.net>
Tue, 10 Nov 2015 00:22:33 +0000 (18:22 -0600)
committerRob Landley <rob@landley.net>
Tue, 10 Nov 2015 00:22:33 +0000 (18:22 -0600)
commit26ec1c05b0eef896b59fe3c870f6885fa7edf4ae
tree6db8e22bf00d74050e6760224c303fead92e6732
parentb0f4710754fde8cea483c4ca89ccef0d85d32219
Cleanup pass: inline find_tty_name(), bounds check fscanf(), use libc
functions to read major()/minor(), fix printf format warnings in error msg.
toys/posix/ps.c