1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/mail/drac/files/patch-ad
Jeremy Chadwick d7294ceed4 - Cleanup compile warning (implicit exit(3); needs stdlib.h)
- Fix plist errors when NOPORTDOCS is used

Reported by: itetcu
2008-06-04 12:12:43 +00:00

11 lines
242 B
Plaintext

--- testing.c.orig 1998-08-10 18:36:14.000000000 -0700
+++ testing.c 2008-06-04 04:50:08.000000000 -0700
@@ -3,6 +3,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>