Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3303 → Rev 3304

/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.c
32,11 → 32,8
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#ifdef HELENOS
#include <errno.h>
#else
#include <sys/errno.h>
#endif
 
#include "util.h"
#include "errors.h"
#include "entry.h"