Subversion Repositories HelenOS

Rev

Rev 3329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3329 Rev 3333
Line 29... Line 29...
29
 */
29
 */
30
 
30
 
31
#include <stdio.h>
31
#include <stdio.h>
32
#include <stdlib.h>
32
#include <stdlib.h>
33
 
33
 
-
 
34
#include "config.h"
34
#include "errors.h"
35
#include "errors.h"
35
#include "entry.h"
36
#include "entry.h"
36
#include "cmds.h"
37
#include "cmds.h"
37
#include "pwd.h"
38
#include "pwd.h"
38
 
39