X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=62540f4fcf78ba0a086390859077e2f74e8fba0c;hb=5a5fe7330e078cd43ce9d90fe2cc67058015e6da;hp=2d03585a953f811c5d85cc1cea0cb474a18589c3;hpb=d1a194d437608fd036f6eb22ab7db284ee7c07f4;p=paraslash.git diff --git a/error.h b/error.h index 2d03585a..62540f4f 100644 --- a/error.h +++ b/error.h @@ -409,8 +409,6 @@ extern const char **para_errlist[]; #define FD_ERRORS \ PARA_ERROR(NOTDIR, "error: not a directory"), \ - PARA_ERROR(F_GETFL, "failed to get fd flags"), \ - PARA_ERROR(F_SETFL, "failed to set fd flags"), \ PARA_ERROR(FGETS, "fgets error"), \ PARA_ERROR(EXIST, "file or directory already exists"), \ PARA_ERROR(ISDIR, "error: is a directory"), \