Subject: warnings when compiling usr/src
To: 532bsd Mailing List <port-pc532@sun-lamp.cs.berkeley.edu>
From: Matthias Pfaller <leo@marco.de>
List: port-pc532
Date: 11/23/1994 10:15:25
Hi,

when recompiling /usr/src I noticed some warnings that need attention I
think:
===> rpc.rusersd
cc -O   -c rusersd.c
cc -O   -c rusers_proc.c
rusers_proc.c: In function `rusers_num':
rusers_proc.c:213: warning: function returns address of local variable
cc   -o rpc.rusersd rusersd.o rusers_proc.o -lrpcsvc
nroff -mandoc rpc.rusersd.8 > rpc.rusersd.0
===> ypbind
cc -O -DDAEMON -DHEURISTIC   -c ypbind.c
ypbind.c: In function `ypbindproc_setdom_2':
ypbind.c:204: warning: function returns address of local variable
ypbind.c:207: warning: function returns address of local variable
ypbind.c:216: warning: function returns address of local variable