diff --git a/bin/Makefile b/bin/Makefile index e84eb72..44e55cc 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,6 +1,6 @@ # System Makefile (C) 2002 The UbixOS Project -all: init-bin login-bin shell-bin clock-bin cp-bin fdisk-bin format-bin disklabel-bin ubistry-bin ttyd-bin stat-bin muffin-bin +all: init-bin login-bin shell-bin clock-bin cp-bin fdisk-bin format-bin disklabel-bin ubistry-bin ttyd-bin stat-bin muffin-bin ls-bin # MrOlsen (2016-01-11) ERROR: weird it didnt like -elf rtld-elf-bin # MrOlsen (2016-01-11) NOTE: edit-bin # test-bin pwd-bin de-bin ls-bin goofball-bin mount-bin diff --git a/debug/getrlimit b/debug/getrlimit deleted file mode 100755 index cbc7cef..0000000 --- a/debug/getrlimit +++ /dev/null Binary files differ diff --git a/debug/open b/debug/open deleted file mode 100755 index e06d3ba..0000000 --- a/debug/open +++ /dev/null Binary files differ diff --git a/debug/pipe2 b/debug/pipe2 deleted file mode 100755 index 235340a..0000000 --- a/debug/pipe2 +++ /dev/null Binary files differ diff --git a/debug/readlink b/debug/readlink deleted file mode 100755 index 3d012cd..0000000 --- a/debug/readlink +++ /dev/null Binary files differ diff --git a/debug/sysctl b/debug/sysctl deleted file mode 100755 index f2833a9..0000000 --- a/debug/sysctl +++ /dev/null Binary files differ diff --git a/include_old/sys/types.h b/include_old/sys/types.h index 99abcb8..cea485c 100644 --- a/include_old/sys/types.h +++ b/include_old/sys/types.h @@ -126,8 +126,8 @@ #define _TIME_T_DECLARED #endif -typedef uint32_t uintmax_t; -typedef int32_t intmax_t; +//MrOlsen typedef uint32_t uintmax_t; +//MrOlsen typedef int32_t intmax_t; typedef int32_t ptrdiff_t; typedef uint32_t uintptr_t;