mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
79818db38d
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>
16 lines
449 B
C
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();>()= */
|