From 2a183691bfb8de8336abc5d7fb76cb3c277a90df Mon Sep 17 00:00:00 2001 From: cg Date: Mon, 5 Mar 2001 16:42:06 +0000 Subject: MFS: add '# KOBJ' as the first line of each .m file to reduce diffs from -stable --- sys/dev/sound/pcm/ac97_if.m | 1 + sys/dev/sound/pcm/channel_if.m | 1 + sys/dev/sound/pcm/feeder_if.m | 1 + sys/dev/sound/pcm/mixer_if.m | 1 + 4 files changed, 4 insertions(+) diff --git a/sys/dev/sound/pcm/ac97_if.m b/sys/dev/sound/pcm/ac97_if.m index d71f3d1..54719e3 100644 --- a/sys/dev/sound/pcm/ac97_if.m +++ b/sys/dev/sound/pcm/ac97_if.m @@ -1,3 +1,4 @@ +# KOBJ # # Copyright (c) 2000 Cameron Grant # All rights reserved. diff --git a/sys/dev/sound/pcm/channel_if.m b/sys/dev/sound/pcm/channel_if.m index 96a60f1..d921f77 100644 --- a/sys/dev/sound/pcm/channel_if.m +++ b/sys/dev/sound/pcm/channel_if.m @@ -1,3 +1,4 @@ +# KOBJ # # Copyright (c) 2000 Cameron Grant # All rights reserved. diff --git a/sys/dev/sound/pcm/feeder_if.m b/sys/dev/sound/pcm/feeder_if.m index d9c2c43..cf78986 100644 --- a/sys/dev/sound/pcm/feeder_if.m +++ b/sys/dev/sound/pcm/feeder_if.m @@ -1,3 +1,4 @@ +# KOBJ # # Copyright (c) 2000 Cameron Grant # All rights reserved. diff --git a/sys/dev/sound/pcm/mixer_if.m b/sys/dev/sound/pcm/mixer_if.m index acc1c20..45bfe1a 100644 --- a/sys/dev/sound/pcm/mixer_if.m +++ b/sys/dev/sound/pcm/mixer_if.m @@ -1,3 +1,4 @@ +# KOBJ # # Copyright (c) 2000 Cameron Grant # All rights reserved. -- cgit v1.1