diff options
| author | Nate Williams <nate@FreeBSD.org> | 1998-02-07 20:41:20 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1998-02-07 20:41:20 +0000 |
| commit | 9dda04f1e2f667ae9e15c6510bb0527bd9a31f70 (patch) | |
| tree | eff70b7b076a2162d075a584abde65c02008f103 | |
| parent | aa3be41e3923251b83f4e749971be1c84bd639d6 (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcic_pci.c | 3 | ||||
| -rw-r--r-- | sys/pci/pcic_p.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index f5a6aee1f8ef..61162bfae5d0 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -25,7 +25,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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. - * are met: + * + * $Id$ */ #include "pci.h" diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c index f5a6aee1f8ef..61162bfae5d0 100644 --- a/sys/pci/pcic_p.c +++ b/sys/pci/pcic_p.c @@ -25,7 +25,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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. - * are met: + * + * $Id$ */ #include "pci.h" |
