1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/news/ifmail/files/patch-clibrary.h
Bill Fenner 79818db38d Port of ifmail, a FidoNet(tm) support package for UN*X platform.
Extensively modified from submitted PR, including upgrading to a
new version, installing examples and documentation, and creating
the required new user.

PR:		ports/3306
Submitted by:	Dirk Meyer <dirk@net2.dinoex.sub.de>
1997-11-16 04:57:27 +00:00

16 lines
449 B
C

*** iflib/clibrary.h Sat Sep 11 17:16:11 1993
--- iflib/clibrary.h.neu Wed Feb 19 20:53:56 1997
***************
*** 121,128 ****
--- 121,130 ----
extern void exit();
/* =()<extern @<GETPIDVAL>@ getpid();>()= */
extern int getpid();
+ #ifndef __FreeBSD__
/* =()<extern @<LSEEKVAL>@ lseek();>()= */
extern long lseek();
+ #endif
/* =()<extern @<QSORTVAL>@ qsort();>()= */
extern int qsort();
/* =()<extern @<SLEEPVAL>@ sleep();>()= */