X-Git-Url: http://git.tuebingen.mpg.de/dss.git/log?a=blobdiff_plain;f=err.h;h=2280010a39764156dbb25a13a0653db6f2681a81;hb=324d1364004376fa0b018afcb57cfe14aca7fcdb;hp=c3e207edf4ac076f4d6162cd8925e59dbca1bc0f;hpb=faed24aec8859d232fe3c0da415265e0de099ce4;p=dss.git diff --git a/err.h b/err.h index c3e207e..2280010 100644 --- a/err.h +++ b/err.h @@ -48,6 +48,7 @@ static inline char *dss_strerror(int num) DSS_ERROR(INVALID_NUMBER, "invalid number"), \ DSS_ERROR(STRFTIME, "strftime() failed"), \ DSS_ERROR(LOCALTIME, "localtime() failed"), \ + DSS_ERROR(MOUNTPOINT, "destination directory is no mountpoint"), \ DSS_ERROR(NULL_OPEN, "can not open /dev/null"), \ DSS_ERROR(DUP_PIPE, "exec error: can not create pipe"), \ DSS_ERROR(INVOLUNTARY_EXIT, "unexpected termination cause"), \