From 1c99452f46b951096f1e6a47252144ccf626cc83 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 20 Sep 2001 06:05:45 +0000 Subject: [PATCH] Patches applied upstream --- debian/patch.002_bcopy_removed | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 debian/patch.002_bcopy_removed 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); - -- 2.39.5