summaryrefslogtreecommitdiff
path: root/sysutils/agef/files/patch-customize.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/agef/files/patch-customize.h')
-rw-r--r--sysutils/agef/files/patch-customize.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/agef/files/patch-customize.h b/sysutils/agef/files/patch-customize.h
deleted file mode 100644
index c5cdd97e4c29..000000000000
--- a/sysutils/agef/files/patch-customize.h
+++ /dev/null
@@ -1,37 +0,0 @@
-*** customize.h.orig Sat Jan 21 22:22:14 2006
---- customize.h Sat Jan 21 22:24:41 2006
-***************
-*** 7,22 ****
- */
-
- #define FLOAT_FORMAT "%d %#4.1fM" /* if your printf does %# */
- /*#define FLOAT_FORMAT "%d %4.1fM" /* if it doesn't do %# */
-
-! #define NAMELEN 512 /* max size of a full pathname */
-
- #ifdef BSD
-! # include <sys/dir.h>
- # define OPEN DIR
-! # define READ struct direct
- # define NAME(x) ((x).d_name)
- #else
- #ifdef SYS_V
- /* Customize this. This is part of Doug Gwyn's package for */
- /* reading directories. If you've put this file somewhere */
---- 7,22 ----
- */
-
- #define FLOAT_FORMAT "%d %#4.1fM" /* if your printf does %# */
- /*#define FLOAT_FORMAT "%d %4.1fM" /* if it doesn't do %# */
-
-! #define NAMELEN 1024 /* max size of a full pathname */
-
- #ifdef BSD
-! # include <dirent.h>
- # define OPEN DIR
-! # define READ struct dirent
- # define NAME(x) ((x).d_name)
- #else
- #ifdef SYS_V
- /* Customize this. This is part of Doug Gwyn's package for */
- /* reading directories. If you've put this file somewhere */