diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 12:49:29 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 12:49:29 +0000 |
| commit | 4a0f765fbf09711e612e86fce8bb09ec43f482d9 (patch) | |
| tree | 0a1e8518414adaa5e26d06a8a6ce2bb823eb8351 /sys/modules/syscons/star | |
| parent | 57ece64fc6db80e6e98db235c16645df57e64c68 (diff) | |
Notes
Diffstat (limited to 'sys/modules/syscons/star')
| -rw-r--r-- | sys/modules/syscons/star/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/syscons/star/star_saver.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/syscons/star/Makefile b/sys/modules/syscons/star/Makefile index ea2d3deeca0d..39aa7dd4b9b8 100644 --- a/sys/modules/syscons/star/Makefile +++ b/sys/modules/syscons/star/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ KMOD= star_saver_mod SRCS= star_saver.c diff --git a/sys/modules/syscons/star/star_saver.c b/sys/modules/syscons/star/star_saver.c index 5ee93e1b24d6..0ff3117cb339 100644 --- a/sys/modules/syscons/star/star_saver.c +++ b/sys/modules/syscons/star/star_saver.c @@ -25,7 +25,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$ + * $Id$ */ #include <sys/param.h> |
