Rename fs_desc_buffer to desc
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m24s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m24s
This commit is contained in:
4
ce/ce.c
4
ce/ce.c
@@ -1,4 +1,4 @@
|
||||
#include <fs_desc_buffer.h>
|
||||
#include <desc.h>
|
||||
#include <liballoc.h>
|
||||
#include <list.h>
|
||||
#include <minmax.h>
|
||||
@@ -67,7 +67,7 @@ static void cmd_cat (struct list_node_link* tokens) {
|
||||
return;
|
||||
}
|
||||
|
||||
struct fs_desc_buffer desc;
|
||||
struct desc desc;
|
||||
|
||||
struct list_node_link *token_link, *token_tmp_link;
|
||||
list_foreach (tokens, token_link, token_tmp_link) {
|
||||
|
||||
Reference in New Issue
Block a user