caaa6963da
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>
11 lines
250 B
Text
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>
|