Date: Sun, 14 Apr 1996 06:13:53 +1000 From: Bruce Evans <bde@zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: cvs commit: src/sbin/nfsd nfsd.c Message-ID: <199604132013.GAA17624@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>Wouldn't this be more explanatory: >- if(argc) udpflag = 1; >+ if (!tcpflag && !udpflag) >+ udpflag = 1; /* Default to UDP instead of do nothing. */ What about ISO support? :-). I think defaulting to usage() would be better. However, the usage message says that args are optional. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604132013.GAA17624>
