Skip to content
Snippets Groups Projects
Commit 6a4dbdf0 authored by Benjamin Couturier's avatar Benjamin Couturier Committed by Steven Murray
Browse files

Added new error for NS with ACLs

parent 3859ff8b
Branches
Tags
No related merge requests found
......@@ -76,8 +76,9 @@
#define SEGROUPUNKN SEBASEOFF+36 /* Group Unknown */
#define SECHECKSUM SEBASEOFF+37 /* Wrong checksum */
#define SESQLERR SEBASEOFF+38 /* SQL exception from database */
#define SELOOP SEBASEOFF+39 /* Too many symbolic links encountered */
#define SEMAXERR SEBASEOFF+38 /* Maximum error number */
#define SEMAXERR SEBASEOFF+39 /* Maximum error number */
#define SERRNO (serrno - SEBASEOFF) /* User convenience */
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment