svn commit: r282455 - head/usr.bin/vgrind
Baptiste Daroussin
bapt at FreeBSD.org
Tue May 5 07:52:42 UTC 2015
Author: bapt
Date: Tue May 5 07:52:41 2015
New Revision: 282455
URL: https://svnweb.freebsd.org/changeset/base/282455
Log:
Another function to ansify
Modified:
head/usr.bin/vgrind/vgrindefs.c
Modified: head/usr.bin/vgrind/vgrindefs.c
==============================================================================
--- head/usr.bin/vgrind/vgrindefs.c Tue May 5 07:51:57 2015 (r282454)
+++ head/usr.bin/vgrind/vgrindefs.c Tue May 5 07:52:41 2015 (r282455)
@@ -218,8 +218,8 @@ tskip(register char *bp)
* a # character. If the option is not found we return -1.
* Note that we handle octal numbers beginning with 0.
*/
-tgetnum(id)
- char *id;
+int
+tgetnum(char *id)
{
register int i, base;
register char *bp = tbuf;
More information about the svn-src-head
mailing list