]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix three warnings:
authorTim J. Robbins <tjr@FreeBSD.org>
Sat, 4 Jan 2003 08:10:55 +0000 (08:10 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Sat, 4 Jan 2003 08:10:55 +0000 (08:10 +0000)
commit2f693810598d6beee8fad936d2cc7a3e17859a0f
tree6940fd82ff79916f84e4917c44a788814cfbafac
parent5dadd17b088462266c686111e24709ccfbbc01cc
Fix three warnings:
 o #include <stdio.h> to make sprintf()'s prototype visible.
 o Remove unused variable: sbuf.
 o Don't use assignment as truth value.
lib/libc/stdlib/grantpt.c