mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14fd2072a9
by the port. Also cleanup all warning messages when compiling with -Wall. PR: 17035 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
diff -ruN /usr/ports/www/ijb/work/ijb20/ssplit.c ./ssplit.c
|
|
--- /usr/ports/www/ijb/work/ijb20/ssplit.c Mon Feb 28 02:35:10 2000
|
|
+++ ./ssplit.c Mon Feb 28 02:31:06 2000
|
|
@@ -18,6 +18,8 @@
|
|
* l = flag indicating whether to ignore leading field separators
|
|
*/
|
|
|
|
+#include "loaders.h"
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
int ssplit(char *s, char *c, char *v[], int n, int m, int l)
|