# | Line 3 | Line 3 | |
---|---|---|
3 | * | |
4 | * Copyright (c) 2003 Michael Z. Sliczniak | |
5 | * | |
6 | < | * Basilisk II (C) 1997-2004 Christian Bauer |
6 | > | * Basilisk II (C) 1997-2005 Christian Bauer |
7 | * | |
8 | * This program is free software; you can redistribute it and/or modify | |
9 | * it under the terms of the GNU General Public License as published by | |
# | Line 25 | Line 25 | |
25 | #include <fcntl.h> | |
26 | #include <errno.h> | |
27 | #include <stdio.h> | |
28 | + | #include <stdlib.h> |
29 | #include <string.h> | |
30 | #include <mach/vm_prot.h> | |
31 | #include <mach-o/loader.h> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |