mailing list of musl libc
 help / color / mirror / code / Atom feed
900f119daaa9c62ee67b507115aaba5d49dbf218 blob 398 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
struct kstat {
	dev_t st_dev;
	ino_t st_ino;
	mode_t st_mode;
	nlink_t st_nlink;
	uid_t st_uid;
	gid_t st_gid;
	dev_t st_rdev;
	unsigned long __pad;
	off_t st_size;
	blksize_t st_blksize;
	int __pad2;
	blkcnt_t st_blocks;
	long st_atime_sec;
	unsigned long st_atime_nsec;
	long st_mtime_sec;
	unsigned long st_mtime_nsec;
	long st_ctime_sec;
	unsigned long st_ctime_nsec;
	unsigned __unused[2];
};
debug log:

solving 900f119d ...
found 900f119d in https://inbox.vuxu.org/musl/1d6e1915-f262-9ae4-8ef2-0856e89596e5@loongson.cn/ ||
	https://inbox.vuxu.org/musl/c6c18c0d-7244-2cb2-a99c-a520a88bc704@loongson.cn/
found 4e39ffac in https://inbox.vuxu.org/musl/b8869794-0624-6a5f-df15-1840609306a1@loongson.cn/

applying [1/3] https://inbox.vuxu.org/musl/b8869794-0624-6a5f-df15-1840609306a1@loongson.cn/
diff --git a/arch/loongarch64/kstat.h b/arch/loongarch64/kstat.h
new file mode 100644
index 00000000..4e39ffac


applying [2/3] https://inbox.vuxu.org/musl/1d6e1915-f262-9ae4-8ef2-0856e89596e5@loongson.cn/
diff --git a/arch/loongarch64/kstat.h b/arch/loongarch64/kstat.h
index 4e39ffac..900f119d 100644

Checking patch arch/loongarch64/kstat.h...
Applied patch arch/loongarch64/kstat.h cleanly.
Checking patch arch/loongarch64/kstat.h...
error: while searching for:
        uid_t st_uid;
        gid_t st_gid;
        dev_t st_rdev;
       unsigned long __pad1;
        off_t st_size;
       unsigned st_blksize;
        int __pad2;
        blkcnt_t st_blocks;
        long st_atime_sec;

error: patch failed: arch/loongarch64/kstat.h:6
error: arch/loongarch64/kstat.h: patch does not apply

git apply error: exit status=1
trying https://inbox.vuxu.org/musl/c6c18c0d-7244-2cb2-a99c-a520a88bc704@loongson.cn/

applying [3/3] https://inbox.vuxu.org/musl/c6c18c0d-7244-2cb2-a99c-a520a88bc704@loongson.cn/
diff --git a/arch/loongarch64/kstat.h b/arch/loongarch64/kstat.h
new file mode 100644
index 00000000..900f119d

Checking patch arch/loongarch64/kstat.h...
Applied patch arch/loongarch64/kstat.h cleanly.

index at:
100644 900f119daaa9c62ee67b507115aaba5d49dbf218	arch/loongarch64/kstat.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).