mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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
222 B
Plaintext
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
|