Fix 32-bit build after 335307

This was correct in the final version on Phabricator, but somehow I screwed
up applying the patch locally.

Reported by:	linimon
Pointy-hat-to:	asomers
MFC after:	2 weeks
X-MFC-With:	335307
This commit is contained in:
Alan Somers 2018-06-18 04:12:58 +00:00
parent 6bb0d5cf77
commit 4107f2c44c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335311

View File

@ -460,7 +460,7 @@ ATF_TC_BODY(shmat_success, tc)
/* Check for shared memory ID and process address in record */
snprintf(ipcregex, sizeof(ipcregex), "shmat.*Shared Memory "
"IPC.*%d.*return,success,%d", shmid, (int)addr);
"IPC.*%d.*return,success", shmid);
check_audit(fds, ipcregex, pipefd);
/* Destroy the shared memory with ID = shmid */