summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-07 14:59:11 +0000
committerru <ru@FreeBSD.org>2000-12-07 14:59:11 +0000
commit638d2e4b8611ba72f5e729b9d89c6e6d8938d0dd (patch)
tree1a02fad6c1d6fd32f732f40847ccd55e2597fa3f /libexec/rlogind
parentfcfe3e2ff54489a59ba29adfc922a989de7b7897 (diff)
downloadFreeBSD-src-638d2e4b8611ba72f5e729b9d89c6e6d8938d0dd.zip
FreeBSD-src-638d2e4b8611ba72f5e729b9d89c6e6d8938d0dd.tar.gz
MFS: Silence compilation warnings.
Diffstat (limited to 'libexec/rlogind')
-rw-r--r--libexec/rlogind/rlogind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c
index 46833a6..f1cea97 100644
--- a/libexec/rlogind/rlogind.c
+++ b/libexec/rlogind/rlogind.c
@@ -362,7 +362,7 @@ void
protocol(f, p)
register int f, p;
{
- char pibuf[1024+1], fibuf[1024], *pbp, *fbp;
+ char pibuf[1024+1], fibuf[1024], *pbp = NULL, *fbp = NULL;
int pcc = 0, fcc = 0;
int cc, nfd, n;
char cntl;
OpenPOWER on IntegriCloud