app-arch/ha/0999/1: ha-0999.patch
| File ha-0999.patch, 320 bytes (added by thorn, 6 years ago) |
|---|
-
machine.c
diff -Naur nix.orig/machine.c nix/machine.c
old new 22 22 #include <stdlib.h> 23 23 #include <ctype.h> 24 24 #include <stdio.h> 25 #include <string.h> 25 26 #include <sys/types.h> 26 27 #include <utime.h> 27 28 #include <time.h>
