mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
67ad45f0c3
o) Upgrade to version 0.8.7 o) Fix compile problems with pilot-link-0.11.X
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
*** syncal_cat.c.org Mon Jan 20 21:49:52 2003
|
|
--- syncal_cat.c Mon Jan 20 21:50:06 2003
|
|
***************
|
|
*** 11,16 ****
|
|
--- 11,17 ----
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+ #include <errno.h>
|
|
#include <sys/stat.h>
|
|
#include <time.h>
|
|
#include <ctype.h>
|