> I took a closer look at hppa/bits/shm.h and saw that the patch was NOT > applied, at least not after the #define SHM_UNLOCK line which appears in > the preceding context of the patch. The relevant context of shm.h is as > follows: > > ----------------------------------------------------------------------------- > > /* Commands for `shmctl'. */ > #define SHM_LOCK 11 /* lock segment (root only) */ > #define SHM_UNLOCK 12 /* unlock segment (root only) */ > > > /* Type to count number of attaches. */ > typedef unsigned long int shmatt_t; > > ----------------------------------------------------------------------------- > > As you can see, the patch lines are missing.
The reason why this change is not applied is: cvs.dpatch is based on 2002-12-02 cvs, but SHMLBA change is introduced in 2002-12-03 cvs. I put only this part into debian-glibc cvs. -9 fixes this problem. -- gotom

