Date: Wed, 27 Jul 2016 20:21:21 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Konstantin Belousov <kib@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r303382 - in head/sys: compat/linprocfs fs/devfs fs/fdescfs fs/nfs fs/procfs kern net net/altq netpfil/ipfw nfs rpc/rpcsec_gss sys Message-ID: <408dac83-72d2-65f2-880b-bb887069acf9@FreeBSD.org> In-Reply-To: <201607271108.u6RB8xQh074927@repo.freebsd.org> References: <201607271108.u6RB8xQh074927@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --4tR4GdtrRfljohgWcQCB1IIoFibuTnd3S Content-Type: multipart/mixed; boundary="j0f9ojFxVk8gEUwwpgRqah4uwRsoPJSdN" From: Bryan Drewery <bdrewery@FreeBSD.org> To: Konstantin Belousov <kib@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <408dac83-72d2-65f2-880b-bb887069acf9@FreeBSD.org> Subject: Re: svn commit: r303382 - in head/sys: compat/linprocfs fs/devfs fs/fdescfs fs/nfs fs/procfs kern net net/altq netpfil/ipfw nfs rpc/rpcsec_gss sys References: <201607271108.u6RB8xQh074927@repo.freebsd.org> In-Reply-To: <201607271108.u6RB8xQh074927@repo.freebsd.org> --j0f9ojFxVk8gEUwwpgRqah4uwRsoPJSdN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 7/27/2016 4:08 AM, Konstantin Belousov wrote: > +void > +getboottime(struct timeval *boottime) > +{ > + > + *boottime =3D boottime_x; > +} > + > +void > +getboottimebin(struct bintime *boottimebin) > +{ > + > + *boottimebin =3D boottimebin_x; > +} Is there benefit to moving these to a header and making them explicitly inline? --=20 Regards, Bryan Drewery --j0f9ojFxVk8gEUwwpgRqah4uwRsoPJSdN-- --4tR4GdtrRfljohgWcQCB1IIoFibuTnd3S Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJXmXoxAAoJEDXXcbtuRpfP0bkIAJy0fk1GTl4IUuwcvCGducR1 bGAdjYTphLlqB/JW02LaTUffPexDXUEwlCumEcP7N71q1b/QN2cqJItZBs20LiN1 UrLEEZWwtn7oggwODdPkeHAZ85ozXnKR7r8QU+8tu8p92scyIwob7887iWjR5I1a bO1YqAtZk0qC4qAR9liWQ2hRLzJrh2eILUpiFQ37YThc080o4KULdqoID5Csbx9y cTJyy/IK4WnxME6hkosukihu3OI5rOREXRAfokJ8qIkKTBphl0A/XdywWT0Dmq1q sKQFno7Hplejm+Tlitihuxfja+ZZUOS9er7M5F3z6McNb6N38ZBzAh7e9MiuOmU= =D2K2 -----END PGP SIGNATURE----- --4tR4GdtrRfljohgWcQCB1IIoFibuTnd3S--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?408dac83-72d2-65f2-880b-bb887069acf9>