1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

Fix last second botch of adding $FreeBSD$.

This commit is contained in:
Warner Losh 2002-02-18 05:40:54 +00:00
parent 2dfb676f42
commit 8654c84817
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90830
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
* @(#)cribbage.h 8.1 (Berkeley) 5/31/93
*/
#include <sys/defs.h>
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View File

@ -37,7 +37,7 @@
* @(#)quiz.h 8.1 (Berkeley) 5/31/93
*/
#include <sys/defs.h>
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");