You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- old/011/new.h 2021-07-05 09:44:14.000000000 +0800
|
|
+++ 011/new.h 2021-07-05 17:03:44.000000000 +0800
|
|
@@ -7,7 +7,7 @@
|
|
long d_ino;
|
|
off_t d_off;
|
|
unsigned short d_reclen;
|
|
- char * d_name;
|
|
+ char d_name[14];
|
|
};
|
|
|
|
/* Return value of `mmap' in case of an error. */
|