1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/deskutils/xmdiary/files/patch-aa
Thomas Gellekum 8334376110 Import xmdiary port. xmdiary is another calendar, appointment book,
organizer.

PR:		4658
Submitted by:	Mikhail Teterin <mi@aldan.ziplink.net>
1998-03-09 13:05:01 +00:00

14 lines
283 B
Plaintext

--- ndbm/xdndbm.c.orig Tue Jun 27 03:55:51 1995
+++ ndbm/xdndbm.c Mon Sep 29 01:53:52 1997
@@ -50,8 +50,10 @@
static int delitem();
static int additem();
+#ifndef __FreeBSD__
extern int errno;
extern long lseek();
+#endif
#ifdef DEBUG
static chkblk(char buf[PBLKSIZ]);