]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Get rid of E_FCHDIR.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 537e7393b3e038d5e380de9512c93965248d11c3..d248190002fac3860157717dd6b0da55acebcfcb 100644 (file)
--- a/error.h
+++ b/error.h
@@ -410,8 +410,6 @@ extern const char **para_errlist[];
 #define FD_ERRORS \
        PARA_ERROR(FGETS, "fgets error"), \
        PARA_ERROR(CHDIR, "failed to change directory"), \
-       PARA_ERROR(FCHDIR, "fchdir failed"), \
-       PARA_ERROR(OPENDIR, "can not open directory"), \
        PARA_ERROR(OPEN, "failed to open file"), \
        PARA_ERROR(CHDIR_PERM, "insufficient permissions to chdir"), \