| diff -ru ubase.orig/config.mk ubase/config.mk |
| |
| |
| @@ -12,4 +12,4 @@ |
| CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE |
| CFLAGS = -std=c99 -Wall -Wextra |
| LDLIBS = -lcrypt |
| -LDFLAGS = -s |
| +LDFLAGS = |
| diff -ru ubase.orig/dd.c ubase/dd.c |
| |
| |
| @@ -7,7 +7,9 @@ |
| * version of the code has been modified by sin@2f30.org. |
| */ |
| #include <sys/ioctl.h> |
| +#ifdef __midipix__ |
| #include <sys/mount.h> |
| +#endif |
| #include <sys/stat.h> |
| #include <sys/time.h> |
| #include <sys/types.h> |