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/coff | |
| parent | 57ece64fc6db80e6e98db235c16645df57e64c68 (diff) | |
Notes
Diffstat (limited to 'sys/modules/coff')
| -rw-r--r-- | sys/modules/coff/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/coff/coff.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile index 229533585aa2..a2e032ead9c0 100644 --- a/sys/modules/coff/Makefile +++ b/sys/modules/coff/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_coff_mod diff --git a/sys/modules/coff/coff.c b/sys/modules/coff/coff.c index a635d34f02c8..672aa322e34e 100644 --- a/sys/modules/coff/coff.c +++ b/sys/modules/coff/coff.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> |
