Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3266 → Rev 3267

/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.c
32,7 → 32,11
#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"