freebsd-ports/mail/libpst/files/patch-aa
Edwin Groothuis caaa6963da New port: Tool to convert Outlook .pst to Unix mbox
A small CLI tool to convert M$ Outlook .pst files to standard
	Unix mbox files.  Port is named libpst...actual binary is
	readpst.

PR:		ports/39963
Submitted by:	Nate Underwood <natey@natey.com>
2003-01-18 02:14:32 +00:00

11 lines
250 B
Text

--- libpst.c.orig Fri Dec 13 20:32:35 2002
+++ libpst.c Fri Dec 13 20:32:40 2002
@@ -3,8 +3,6 @@
#include <time.h>
#include <string.h>
#include <ctype.h>
-#include <getopt.h>
-//#include <values.h>
#include <limits.h>
#include <errno.h>