diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-09-17 02:11:58 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-09-17 02:11:58 +0000 |
commit | 98c24fc5d8b77c2a371f56a14c4189afdff5a4ab (patch) | |
tree | 796fe49d99925f242a220b0f1562721801e135f8 /palm/pilot-link/files/patch-getopt | |
parent | Update to 0.10.1 (diff) |
Upgrade to 0.11.3
Approved by: dima
Notes
Notes:
svn path=/head/; revision=66464
Diffstat (limited to 'palm/pilot-link/files/patch-getopt')
-rw-r--r-- | palm/pilot-link/files/patch-getopt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/palm/pilot-link/files/patch-getopt b/palm/pilot-link/files/patch-getopt deleted file mode 100644 index fe00280b89b9..000000000000 --- a/palm/pilot-link/files/patch-getopt +++ /dev/null @@ -1,14 +0,0 @@ -Don' link include this useless getopt reimplementations into every -executable. When/if pilot-link starts to use the longopt/getopt_long, it -should check if the libc or the libgnugetopt has them first. - -+++ Makefile.in Fri Aug 24 10:17:57 2001 -@@ -102,1 +102,1 @@ PERLEXECS = pilot-undelete ietf2datebook --GETOPT = getopt.o getopt1.o -+GETOPT = ---- pilot-xfer.c Tue May 22 08:20:05 2001 -+++ pilot-xfer.c Mon Aug 27 14:44:52 2001 -@@ -33,3 +33,2 @@ - #endif --#include "getopt.h" - #include <sys/stat.h> |