diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-03-02 09:22:34 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-03-02 09:22:34 +0000 |
| commit | dad97fee58b70aa6be3825f98e51b9a0c6991aba (patch) | |
| tree | d6d1892b8fde9134660cb6e3c7aa4115f4870f8e /sys/dev/acpi_support | |
| parent | b82936c5d4c99dd76e5bceb076fc23ca3b2e175e (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpi_support')
| -rw-r--r-- | sys/dev/acpi_support/acpi_ibm.c | 5 | ||||
| -rw-r--r-- | sys/dev/acpi_support/acpi_sony.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c index adcd760fa90a4..eaf07c93de03f 100644 --- a/sys/dev/acpi_support/acpi_ibm.c +++ b/sys/dev/acpi_support/acpi_ibm.c @@ -22,10 +22,11 @@ * LIABILITY, OR TORT (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$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_acpi.h" #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/acpi_support/acpi_sony.c b/sys/dev/acpi_support/acpi_sony.c index dbdb06273ab37..c4ecca9c65593 100644 --- a/sys/dev/acpi_support/acpi_sony.c +++ b/sys/dev/acpi_support/acpi_sony.c @@ -22,10 +22,11 @@ * LIABILITY, OR TORT (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$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_acpi.h" #include <sys/param.h> #include <sys/kernel.h> |
