make sysent after r346273 (readlinkat arg correction)

PR:		197915
Reminded by:	dchagin
This commit is contained in:
Ed Maste 2019-04-26 12:55:52 +00:00
parent 17b72853f4
commit 5803d72f7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346739
2 changed files with 2 additions and 2 deletions

View File

@ -10460,7 +10460,7 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
/* readlinkat */
case 500:
if (ndx == 0 || ndx == 1)
p = "int";
p = "ssize_t";
break;
/* renameat */
case 501:

View File

@ -10421,7 +10421,7 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
/* readlinkat */
case 500:
if (ndx == 0 || ndx == 1)
p = "int";
p = "ssize_t";
break;
/* renameat */
case 501: