From: Sam Hartman Date: Thu, 20 Sep 2001 06:05:45 +0000 (+0000) Subject: Patches applied upstream X-Git-Tag: debian/1.2.1-1~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1c99452f46b951096f1e6a47252144ccf626cc83;p=packages%2Fo%2Fopenafs.git Patches applied upstream --- diff --git a/debian/patch.002_bcopy_removed b/debian/patch.002_bcopy_removed deleted file mode 100644 index 0447be685..000000000 --- a/debian/patch.002_bcopy_removed +++ /dev/null @@ -1,25 +0,0 @@ -Index: src/afs/afs_callback.c -=================================================================== -RCS file: /afs/sipb.mit.edu/project/openafs/debian/cvs/openafs/src/afs/afs_callback.c,v -retrieving revision 1.1.1.5 -diff -u -r1.1.1.5 afs_callback.c ---- src/afs/afs_callback.c 11 Sep 2001 14:24:37 -0000 1.1.1.5 -+++ src/afs/afs_callback.c 11 Sep 2001 20:16:01 -0000 -@@ -1160,7 +1160,7 @@ - - t_name[i] = '\0'; - if (p_name) -- bcopy(p_name, t_name, i); -+ memcpy(p_name, t_name, i); - - ReleaseReadLock(&afs_xcell); - -@@ -1237,7 +1237,7 @@ - - t_name[plen] = '\0'; - if (p_name) -- bcopy(p_name, t_name, plen); -+ memcpy(p_name, t_name, plen); - - ReleaseReadLock(&afs_xcell); -