diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-14 08:28:19 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-14 14:45:11 -0600 |
commit | c62c41bc8aba632439dc19848d395180c4ad8e19 (patch) | |
tree | 0ec1fdcd3afb9cd23317317e4be72393e8d2d4fb /lib9p/tests/test_compile.c | |
parent | 5f4374e9dac57f9936d217e8966fb1961e542069 (diff) |
lib9p_core: Redefine topo_sort() to be stable and prettier
Diffstat (limited to 'lib9p/tests/test_compile.c')
-rw-r--r-- | lib9p/tests/test_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/test_compile.c b/lib9p/tests/test_compile.c index 9245eb2..2895c7c 100644 --- a/lib9p/tests/test_compile.c +++ b/lib9p/tests/test_compile.c @@ -47,7 +47,6 @@ int main(void) { x = LIB9P_QT_SYMLINK; x = _LIB9P_QT_UNUSED_0; x = LIB9P_QT_FILE; - x = LIB9P_NUID_NONUID; x = _LIB9P_O_UNUSED_7; x = LIB9P_O_RCLOSE; x = _LIB9P_O_RESERVED_CEXEC; @@ -60,6 +59,7 @@ int main(void) { x = LIB9P_O_MODE_RDWR; x = LIB9P_O_MODE_EXEC; x = LIB9P_O_MODE_MASK; + x = LIB9P_NUID_NONUID; x = LIB9P_ERRNO_NOERROR; x = LIB9P_SUPER_MAGIC_V9FS_MAGIC; x = _LIB9P_LO_UNUSED_31; |