|
|
| version 1.1, 2003/06/17 02:54:37 | version 1.2, 2004/02/12 23:33:26 |
|---|---|
| Line 19 | Line 19 |
| * You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License |
| * along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software |
| * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| * | |
| * $DragonFly$ | |
| */ | */ |
| /*---------------------------------------------------------------- | /*---------------------------------------------------------------- |
| Line 148 static void *my_realloc(void *buf, int o | Line 150 static void *my_realloc(void *buf, int o |
| #define MEMCPY(dst,src,len) memcpy(dst, src, len) | #define MEMCPY(dst,src,len) memcpy(dst, src, len) |
| #elif defined(__FreeBSD__) | #elif defined(__DragonFly__) || defined(__FreeBSD__) |
| /*================================================================ | /*================================================================ |
| * FreeBSD macros | * FreeBSD macros |