Updates and fixes

This commit is contained in:
ceriel
1991-09-19 12:54:23 +00:00
parent 4bd8dcde59
commit 1df45b5beb
7 changed files with 25 additions and 18 deletions

View File

@@ -8,13 +8,12 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/dir.h>
#define getcwd _getcwd
#include <unistd.h>
#include <string.h>
#define getcwd _getcwd
#define DIRECT_SIZE (sizeof (struct direct))
PRIVATE _PROTOTYPE(void, go_back(char *path) );
PRIVATE _PROTOTYPE(void go_back, (char *path) );
char *getcwd(buffer, size)
char *buffer;