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

Sponsored by: Netflix
This commit is contained in:
imp 2017-10-12 14:53:25 +00:00
parent 84b439beea
commit 941c14fcba
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$
*/