]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-death-to-longc-procs-20060804
authorRuss Allbery <rra@stanford.edu>
Thu, 4 Jun 2009 17:12:58 +0000 (17:12 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 4 Jun 2009 17:12:58 +0000 (17:12 +0000)
longc_procs.h was only used on Ultrix, about which we no longer care.
Delete it, its installation rules, and the places where we were including
it.

(cherry picked from commit f3a77810db0044bd0fc3df1101269ab42b365fef)

13 files changed:
src/afs/Makefile.in
src/afs/VNOPS/afs_vnop_flock.c
src/afs/afs_buffer.c
src/dir/dir.c
src/fsint/afscbint.xg
src/fsint/afsint.xg
src/rx/UKERNEL/rx_kcommon.h
src/rx/rx_kcommon.h
src/rx/rx_kernel.h
src/rx/xdr_rx.c
src/rxkad/bg-fcrypt.c
src/rxkad/domestic/fcrypt.c
src/vlserver/vldbint.xg

index 9293c1185a72a2c3c804d0c66d186a3dc0630145..34800373a36ecd46ba724b94983346059b737f50 100644 (file)
@@ -14,10 +14,6 @@ all: depinstall
 
 depinstall: ${TOP_INCDIR}/afs/afs.h ${TOP_INCDIR}/afs/osi_inode.h ${TOP_INCDIR}/afs/afs_stats.h \
        ${TOP_INCDIR}/afs/exporter.h ${TOP_INCDIR}/afs/nfsclient.h afszcm.cat AFS_component_version_number.c ${TOP_INCDIR}/afs/unified_afs.h ${TOP_INCDIR}/afs/sysctl.h
-       case ${SYS_NAME} in \
-               pmax_ul43 | pmax_ul43a) \
-                       ${INSTALL} longc_procs.h ${TOP_INCDIR}/afs ;; \
-       esac
 
 afs_trace.h afs_trace.msf: afs_trace.et
        ${COMPILE_ET} -v 2 -p ${srcdir} afs_trace.et
@@ -44,10 +40,6 @@ afszcm.cat: afs_trace.msf
        esac
 
 install:   ${DESTDIR}${includedir}/afs/afs.h  ${DESTDIR}${includedir}/afs/osi_inode.h ${DESTDIR}${includedir}/afs/afs_stats.h ${DESTDIR}${includedir}/afs/exporter.h ${DESTDIR}${includedir}/afs/nfsclient.h ${DESTDIR}${includedir}/afs/unified_afs.h ${DESTDIR}${includedir}/afs/sysctl.h
-       case ${SYS_NAME} in \
-               pmax_ul43 | pmax_ul43a) \
-                       ${INSTALL} longc_procs.h ${DESTDIR}${includedir}/afs ;; \
-       esac
        case ${SYS_NAME} in \
                *linux* ) \
                        ${INSTALL} ${MKAFS_OSTYPE}/osi_vfs.h ${DESTDIR}${includedir}/afs || true ;;\
@@ -132,10 +124,6 @@ ${TOP_INCDIR}/afs/nfsclient.h: nfsclient.h
 
 
 dest:   ${DEST}/include/afs/afs.h ${DEST}/include/afs/osi_inode.h ${DEST}/include/afs/afs_stats.h ${DEST}/include/afs/exporter.h ${DEST}/include/afs/nfsclient.h ${DEST}/include/afs/unified_afs.h ${DEST}/include/afs/sysctl.h
-       case ${SYS_NAME} in \
-               pmax_ul43 | pmax_ul43a) \
-                       ${INSTALL} longc_procs.h ${DEST}/include/afs ;; \
-       esac
        case ${SYS_NAME} in \
                i386_fbsd* ) \
                        echo skipping afszcm.cat install for ${SYS_NAME} ;; \
index 414f45593e4133d1f48b6db0b3051177c2e5ea17..5e4b0e6191865d64d89aaca867c1f8514ddfe1a9 100644 (file)
@@ -954,11 +954,7 @@ afs_xflock(void)
     return code;
 #else /* AFS_OSF_ENV */
     if (!flockDone)
-#ifdef DYNEL
-       (*afs_longcall_procs.LC_flock) ();
-#else
        flock();
-#endif
     afs_PutFakeStat(&fakestate);
     return;
 #endif
index cc9053272add82c239f770eedbe1f7ed0c83854e..2d949aa48db7a558637f20e9c79ccaff1b123615 100644 (file)
@@ -43,7 +43,6 @@ RCSID
 #include "afs/dir.h"
 
 #include "afs/afs_stats.h"
-#include "afs/longc_procs.h"
 #include "afs/afs.h"
 
 #ifndef        BUF_TIME_MAX
index ec4ad2632293714c286d6044a1241f47445d0e98..0e3647dad0db9fd816277de034bd8c88bcce02c0 100644 (file)
@@ -70,7 +70,6 @@ extern void *DNew();
 
 #include "afs/dir.h"
 
-#include "afs/longc_procs.h"
 #ifdef AFS_LINUX20_ENV
 #include "h/string.h"
 #endif
index 8edc66ff57d606e3558f3b312d571b14f653e31b..ca45b2000af95340cd62eb9994974a9e2f1d9e21 100644 (file)
 
 #include "common.xg"           /*Common structures & definitions*/
 
-%#ifdef KERNEL
-%#include "../afs/longc_procs.h"
-%#endif
-
 package RXAFSCB_
 prefix S
 statindex 6
index 4843c396773491326cbd0329f4a8d3354cc02089..40abeb9391a51a79fc74679d5af74d989d0774cd 100644 (file)
@@ -290,10 +290,6 @@ typedef afs_int32 ViceOfflineType;
 %#define NoSalvage 0
 %#define Salvage 1
 
-%#ifdef KERNEL
-%#include "../afs/longc_procs.h"
-%#endif
-
 %#define MAXCMDINT64S                          3
 %#define MAXCMDINT32S                          200
 %#define MAXCMDCHARS                           256
index a30260f3310371f3f1ce8edd700ad6ad5890645c..583e2a74e1723100836ca5370c1b0e696c42e59f 100644 (file)
@@ -22,7 +22,6 @@
 #include "afs/lock.h"
 #include "rx/rx.h"
 #include "rx/rx_globals.h"
-#include "afs/longc_procs.h"
 #include "afs/afs_stats.h"
 
 extern struct usr_ifnet *usr_ifnet;
index 717f47753ea3b2e6b0e3097ad75366d70c90a525..35f5c2424b36bca4f1b758ac6377f54792017336 100644 (file)
@@ -136,7 +136,6 @@ typedef unsigned short etap_event_t;
 #include "rx/xdr.h"
 #include "rx/rx.h"
 #include "rx/rx_globals.h"
-#include "afs/longc_procs.h"
 #include "afs/afs_stats.h"
 #include "h/errno.h"
 #ifdef KERNEL
index 3bb6d7d35c4a230b38449ba04f31a9835c9e056f..ebb50de6068933551121cb13f5dbca2a8f13b8da 100644 (file)
@@ -49,6 +49,4 @@ extern int osi_utoa(char *buf, size_t len, unsigned long val);
 #define AFS_IFNET_T ifnet_t
 #endif
 
-#include "afs/longc_procs.h"
-
 #endif /* __RX_KERNEL_INCL_ */
index fe79fbd161ae3a11fe0a7d100fc830f7e451d8a3..4f2a42550408ef5a99519484d6a2183ce25c49a9 100644 (file)
@@ -55,8 +55,6 @@ RCSID
 #endif /* !UKERNEL */
 #include "rx/rx.h"
 
-#include "afs/longc_procs.h"
-
 #else /* KERNEL */
 #include <sys/types.h>
 #include <stdio.h>
index 6e59f3d3a55effe0845f99c9fbc33736b3ecb8d5..2f775e2ddd41d65726134f2a754a659c962bf652 100644 (file)
@@ -56,8 +56,6 @@ RCSID
 #include <asm/byteorder.h>
 #endif
 
-#include "afs/longc_procs.h"
-
 #else /* KERNEL */
 
 #include <afs/stds.h>
index c9ec88682d818a419b07a75022e7c6881eeac188..efd5613a6f0709a64f3804ca848a2592bbe01d98 100644 (file)
@@ -41,8 +41,6 @@ RCSID
 #include <asm/byteorder.h>
 #endif
 
-#include "afs/longc_procs.h"
-
 #else /* KERNEL */
 
 #include <afs/stds.h>
index d56d5f489c5312f7c3f984d763ec48e7a597e522..9b3420df68be1e0fec05e08893c6fcbb9986a87d 100644 (file)
@@ -16,7 +16,6 @@ statindex 15
 
 %#ifdef KERNEL
 %#define       afs_xdr_array(a,b,c,d,e,f)      afs_xdr_arrayN(a,b,c,d,e,f)
-%#include "../afs/longc_procs.h"
 %#endif
 
 /* Current limitations on parameters that affect other packages (i.e. volume) */