diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-07 00:24:33 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-07 00:24:33 +0000 |
| commit | d6ea02625f1b6359862e9f45ba89b6a375be7833 (patch) | |
| tree | 403d054de8e9c8f62d7f99e59c874c23ba1156ff /sys/libkern/crc32.c | |
| parent | dc347bc474eb82d461c3ab52e34cea156585d287 (diff) | |
Notes
Diffstat (limited to 'sys/libkern/crc32.c')
| -rw-r--r-- | sys/libkern/crc32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/libkern/crc32.c b/sys/libkern/crc32.c index 7fa56d1e2f27..a6a162b718bf 100644 --- a/sys/libkern/crc32.c +++ b/sys/libkern/crc32.c @@ -1,7 +1,9 @@ /*- * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or * code or tables extracted from it, as desired without restriction. - * + */ + +/* * First, the polynomial itself and its table of feedback terms. The * polynomial is * X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+X^8+X^7+X^5+X^4+X^2+X^1+X^0 |
