From 6283057f37d1aef24f5f41613587901c4eb94739 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 19 Aug 2003 04:28:16 +0000 Subject: no maintainer. Will be in the Attic if ever needed. No point in claiming support for these packagaing files if we don't even know if they build. (This used to be commit b87357c11bf7cbaeb1b90aaf67c9b2ba64f65783) --- packaging/Caldera/UnixWare/samba-2.2-uw7.patch | 200 ------------------------- 1 file changed, 200 deletions(-) delete mode 100644 packaging/Caldera/UnixWare/samba-2.2-uw7.patch (limited to 'packaging/Caldera/UnixWare/samba-2.2-uw7.patch') diff --git a/packaging/Caldera/UnixWare/samba-2.2-uw7.patch b/packaging/Caldera/UnixWare/samba-2.2-uw7.patch deleted file mode 100644 index c4412e542e..0000000000 --- a/packaging/Caldera/UnixWare/samba-2.2-uw7.patch +++ /dev/null @@ -1,200 +0,0 @@ ---- smbwrapper/smbw.c.orig Mon Jan 8 12:37:48 2001 -+++ smbwrapper/smbw.c Fri Apr 13 13:09:00 2001 -@@ -22,6 +22,11 @@ - #include "includes.h" - #include "realcalls.h" - -+#if defined(__USLC__) && defined(HAVE_SYS_ACL_H) -+#define GETACL ACL_GET -+#define GETACLCNT ACL_CNT -+#endif -+ - pstring smbw_cwd; - - static struct smbw_file *smbw_files; -@@ -1462,7 +1467,11 @@ - /***************************************************** - say no to acls - *******************************************************/ -+#if defined(__USLC__) -+ int smbw_acl(const char *pathp, int cmd, int nentries, void *aclbufp) -+#else - int smbw_acl(const char *pathp, int cmd, int nentries, aclent_t *aclbufp) -+#endif - { - if (cmd == GETACL || cmd == GETACLCNT) return 0; - errno = ENOSYS; -@@ -1474,7 +1483,11 @@ - /***************************************************** - say no to acls - *******************************************************/ -+#if defined(__USLC__) -+ int smbw_facl(int fd, int cmd, int nentries, void *aclbufp) -+#else - int smbw_facl(int fd, int cmd, int nentries, aclent_t *aclbufp) -+#endif - { - if (cmd == GETACL || cmd == GETACLCNT) return 0; - errno = ENOSYS; ---- tdb/tdb.c.orig Fri Apr 13 05:58:34 2001 -+++ tdb/tdb.c Fri Apr 13 13:34:18 2001 -@@ -856,7 +856,11 @@ - { - TDB_DATA key, dbuf; - struct list_struct rec; -+#if defined(__USLC__) -+ struct tdb_traverse_lock tl = { (struct tdb_traverse_lock *)0, 0, 0 }; -+#else - struct tdb_traverse_lock tl = { NULL, 0, 0 }; -+#endif - int ret, count = 0; - - /* This was in the initializaton, above, but the IRIX compiler ---- utils/torture.c.orig Fri Mar 30 13:53:26 2001 -+++ utils/torture.c Fri Apr 13 13:09:01 2001 -@@ -2703,7 +2703,11 @@ - - dbf = stdout; - -+#if defined(__USLC__) -+ setbuf(stdout, NULL); -+#else - setbuffer(stdout, NULL, 0); -+#endif - - charset_initialise(); - ---- utils/locktest.c.orig Fri Sep 29 13:18:14 2000 -+++ utils/locktest.c Fri Apr 13 13:09:01 2001 -@@ -34,7 +34,7 @@ - - #define FILENAME "\\locktest.dat" - #define LOCKRANGE 1000 --#define LOCKBASE 0; -+#define LOCKBASE 0 - - /* - #define LOCKBASE (0x40000000 - 50) -@@ -59,6 +59,7 @@ - char needed; - }; - -+#ifndef __USLC__ - static struct record preset[] = { - #if 0 - {36, 5, 0, 0, 0, 8, 1}, -@@ -67,6 +68,7 @@ - {99, 11, 0, 0, 7, 1, 1}, - #endif - }; -+#endif /* __USLC__) */ - - static struct record *recorded; - -@@ -378,20 +380,23 @@ - recorded = (struct record *)malloc(sizeof(*recorded) * numops); - - for (n=0; n