1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/mail/libpst/files/patch-ab
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
222 B
Plaintext

--- readpst.c.orig Fri Dec 13 20:26:53 2002
+++ readpst.c Fri Dec 13 20:27:06 2002
@@ -3,7 +3,6 @@
#include <time.h>
#include <string.h>
#include <ctype.h>
-#include <getopt.h>
#include <limits.h>
#ifndef WIN32