mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8f3687f167
While here, regenerate all the patches to put them in unified format. Wow, that old diff format is unreadable.
12 lines
215 B
C
12 lines
215 B
C
--- list.c.orig 1999-07-22 12:43:11 UTC
|
|
+++ list.c
|
|
@@ -1,6 +1,8 @@
|
|
#include "list.h"
|
|
#include <stdlib.h>
|
|
+#if ! (defined __FreeBSD__ || defined __DragonFly__)
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <string.h>
|
|
|
|
|