1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

Remove a 'const' because it was getting thrown away anyway.

This commit is contained in:
John Birrell 1998-05-10 23:48:18 +00:00
parent 43f3c8ed20
commit 36af80b1a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35926

View File

@ -73,7 +73,7 @@ void ss_error (va_alist)
va_dcl
#endif
{
register char const *whoami;
register char *whoami;
va_list pvar;
#ifndef STDARG
int sci_idx;