Update to 2.04a.

This commit is contained in:
Akinori MUSHA 2003-07-29 06:09:54 +00:00
parent 5b1d291570
commit e87e0fc0b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85815
3 changed files with 2 additions and 16 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= fd
PORTVERSION= 2.04
PORTVERSION= 2.04a
CATEGORIES= shells
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/

View file

@ -1 +1 @@
MD5 (FD-2.04.tar.gz) = eaae4b005df484de36314c0703b6ecb7
MD5 (FD-2.04a.tar.gz) = 9c488dec8e6e8236c5631efd5dd89f8c

View file

@ -1,14 +0,0 @@
--- kctype.h.orig Wed Jun 25 00:00:00 2003
+++ kctype.h Mon Jun 30 14:55:53 2003
@@ -5,6 +5,11 @@
*/
#include <ctype.h>
+#ifndef __SYS_TYPES_STAT_H_
+#define __SYS_TYPES_STAT_H_
+#include <sys/types.h>
+#include <sys/stat.h>
+#endif
#define QUOTE ('^' - '@')
#define C_BS '\010'