diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2001-12-02 17:43:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2001-12-02 17:43:15 +0000 |
commit | 0f501f45530c4676095ca389c5e7cfa0f260117a (patch) | |
tree | 927959f54d97bfecd4bb1b8fd377fb18eacfcd07 /shells/ksh93/files | |
parent | d2006b761094f6b619c27b9cf65619c99960e99e (diff) | |
download | ports-0f501f45530c4676095ca389c5e7cfa0f260117a.tar.gz ports-0f501f45530c4676095ca389c5e7cfa0f260117a.zip |
Notes
Diffstat (limited to 'shells/ksh93/files')
-rw-r--r-- | shells/ksh93/files/patch-src_lib_libast_comp_wc.c | 13 | ||||
-rw-r--r-- | shells/ksh93/files/patch-src_lib_libast_features_float | 37 |
2 files changed, 0 insertions, 50 deletions
diff --git a/shells/ksh93/files/patch-src_lib_libast_comp_wc.c b/shells/ksh93/files/patch-src_lib_libast_comp_wc.c deleted file mode 100644 index 60329af80194..000000000000 --- a/shells/ksh93/files/patch-src_lib_libast_comp_wc.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- src/lib/libast/comp/wc.c.orig Mon Oct 8 03:21:02 2001 -+++ src/lib/libast/comp/wc.c Mon Oct 8 03:21:20 2001 -@@ -63,7 +63,6 @@ - wcrtomb(char* s, wchar_t c, mbstate_t* q) - { - #if _lib_wctomb -- *q = 0; - memset(q, 0, sizeof(*q)); - return wctomb(s, c); - #else diff --git a/shells/ksh93/files/patch-src_lib_libast_features_float b/shells/ksh93/files/patch-src_lib_libast_features_float deleted file mode 100644 index dd83db9b7912..000000000000 --- a/shells/ksh93/files/patch-src_lib_libast_features_float +++ /dev/null @@ -1,37 +0,0 @@ - -$FreeBSD$ - ---- src/lib/libast/features/float.orig Wed Oct 10 14:10:50 2001 -+++ src/lib/libast/features/float Wed Oct 10 14:12:26 2001 -@@ -125,6 +125,7 @@ - else - printf("#define UINTMAX_DIG ULONG_DIG\n"); - printf("\n"); -+ #if !defined(__alpha__) /* ksh93 doesn't use this */ - f = 1; - w = 1; - do -@@ -145,6 +146,7 @@ - } - else - printf("#define FLT_UINTMAX_MAX FLT_ULONG_MAX\n"); -+ #endif - #ifdef FLT_DIG - s = FLT_DIG; - #else -@@ -256,6 +258,7 @@ - printf("#endif\n"); - - printf("\n"); -+ #if !defined(__alpha__) /* ksh93 doesn't use this */ - d = 1.0; - w = 1; - do -@@ -276,6 +279,7 @@ - } - else - printf("#define DBL_UINTMAX_MAX DBL_ULONG_MAX\n"); -+ #endif - #ifdef DBL_DIG - s = DBL_DIG; - #else |