Add $FreeBSD$ to ancient sources that it's missing from.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-10-12 14:53:25 +00:00
parent 14c25c2ac6
commit 93f4c41f28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324550
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
/* $NetBSD: bootparam.h,v 1.3 1998/01/05 19:19:41 perry Exp $ */
/* $FreeBSD$ */
int bp_whoami(int sock);
int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);

View File

@ -30,6 +30,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $FreeBSD$
*/