mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
179f9d996f
Support CFLAGS properly. Conform to one file per patch guideline. Be extra careful with $i; remove unnecessary WRKSRC. PR: 19925 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
--- inifile.c.orig Sun May 5 04:09:25 1996
|
|
+++ inifile.c Tue Jul 11 21:14:03 2000
|
|
@@ -5,6 +5,8 @@
|
|
* Copyleft (c) 1994-1996 Software Research Academy *
|
|
************************************************************************/
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#include "sxsame.h"
|
|
|