Fix some warnings.

This commit is contained in:
Nicholas Marriott
2017-03-17 14:55:33 +00:00
parent 1ea19245b3
commit 640666fb36
5 changed files with 13 additions and 0 deletions

View File

@ -26,6 +26,9 @@
#include "compat.h"
void fatal(const char *, ...);
void fatalx(const char *, ...);
pid_t
forkpty(int *master, char *name, struct termios *tio, struct winsize *ws)
{