Regen after r334626.

This commit is contained in:
Mark Johnston 2018-06-04 19:36:47 +00:00
parent 9f9c9b22ec
commit 97bc9a9384
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334627
2 changed files with 2 additions and 2 deletions

View File

@ -8889,7 +8889,7 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
/* obreak */
case 17:
if (ndx == 0 || ndx == 1)
p = "int";
p = "caddr_t";
break;
/* getpid */
case 20:

View File

@ -8838,7 +8838,7 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
/* obreak */
case 17:
if (ndx == 0 || ndx == 1)
p = "int";
p = "caddr_t";
break;
/* getpid */
case 20: