make a 'runtests' make target that runs some 'unit test'-like tests. Fix crash when uid's without a password entry are encountered, return the uid as a string instead.

This commit is contained in:
Arnout Engelen
2012-03-15 22:31:28 +00:00
parent 2c04ca9267
commit 4ff973bbd7
11 changed files with 284 additions and 229 deletions

View File

@@ -18,7 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#ifndef __INODE2PROG_h
#define __INODE2PROG_h
/* this should be called quickly after the packet
* arrived, since the inode may disappear from the table
@@ -39,3 +40,5 @@ void prg_cache_clear();
// reread the inode-to-prg_node-mapping
void reread_mapping ();
#endif