commit 95edb37e3f3bec85f054ff6fc44a9eca557e6080 from: Stefan Sperling date: Thu Mar 28 15:25:44 2019 UTC add missing error string for GOT_ERR_FILE_OBSTRUCTED commit - 66b11bf55ace941fdc76ae52116920008e026bdb commit + 95edb37e3f3bec85f054ff6fc44a9eca557e6080 blob - f60e3a768c9e7b2d3dc759b950409b01577ef15e blob + 9a844fe6ad7c549a025a23900bd9ef0fdc379f6b --- include/got_error.h +++ include/got_error.h @@ -115,6 +115,7 @@ static const struct got_error { { GOT_ERR_WORKTREE_META,"bad worktree meta data" }, { GOT_ERR_WORKTREE_VERS,"unsupported worktree format version" }, { GOT_ERR_WORKTREE_BUSY,"worktree already locked" }, + { GOT_ERR_FILE_OBSTRUCTED,"file is obstructed" }, { GOT_ERR_RECURSION, "recursion limit reached" }, { GOT_ERR_TIMEOUT, "operation timed out" }, { GOT_ERR_INTERRUPT, "operation interrupted" },