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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"