fix RCSIDs.

This commit is contained in:
andvar 2023-08-01 20:09:12 +00:00
parent 0b6b14c42b
commit 1e7139f024
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD*/ /* $NetBSD: crtbegin.h,v 1.2 2023/08/01 20:09:12 andvar Exp $*/
/*- /*-
* Copyright (c) 2013 The NetBSD Foundation, Inc. * Copyright (c) 2013 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: qemu.c,v 1.5 2020/10/11 18:39:48 thorpej Exp $ */ /* $NetBSD: qemu.c,v 1.6 2023/08/01 20:09:12 andvar Exp $ */
/*- /*-
* Copyright (c) 2020 The NetBSD Foundation, Inc. * Copyright (c) 2020 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD"); __KERNEL_RCSID(0, "$NetBSD: qemu.c,v 1.6 2023/08/01 20:09:12 andvar Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_swapcontext.c,v 1.3 2013/05/05 10:28:11 skrll Exp $ */ /* $NetBSD: t_swapcontext.c,v 1.4 2023/08/01 20:09:12 andvar Exp $ */
/* /*
* Copyright (c) 2012 Emmanuel Dreyfus. All rights reserved. * Copyright (c) 2012 Emmanuel Dreyfus. All rights reserved.
@ -26,7 +26,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__RCSID("$NetBSD"); __RCSID("$NetBSD: t_swapcontext.c,v 1.4 2023/08/01 20:09:12 andvar Exp $");
#include <ucontext.h> #include <ucontext.h>
#include <stdio.h> #include <stdio.h>

View File

@ -34,7 +34,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__RCSID("$NetBSD"); __RCSID("$NetBSD: npf_show.c,v 1.33 2023/08/01 20:09:12 andvar Exp $");
#include <sys/socket.h> #include <sys/socket.h>
#define __FAVOR_BSD #define __FAVOR_BSD