Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix symbol name in multiple-inclusion protection...



details:   https://anonhg.NetBSD.org/src/rev/27fb5f4be9a3
branches:  trunk
changeset: 755207:27fb5f4be9a3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri May 28 02:24:27 2010 +0000

description:
Fix symbol name in multiple-inclusion protection. (missing trailing '_')

diffstat:

 sys/dev/pci/pci_verbose.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 610742493c8e -r 27fb5f4be9a3 sys/dev/pci/pci_verbose.h
--- a/sys/dev/pci/pci_verbose.h Thu May 27 23:58:38 2010 +0000
+++ b/sys/dev/pci/pci_verbose.h Fri May 28 02:24:27 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_verbose.h,v 1.1 2010/05/27 05:53:35 pgoyette Exp $ */
+/*     $NetBSD: pci_verbose.h,v 1.2 2010/05/28 02:24:27 pgoyette Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #ifndef _DEV_PCI_PCIVERBOSE_H_
-#define        _DEV_PCI_PCIVERBOSE_H
+#define        _DEV_PCI_PCIVERBOSE_H_
 
 /*
  * Misc.
@@ -47,4 +47,4 @@
 extern const char *(*pci_findproduct)(pcireg_t);
 extern const char *pci_unmatched;
 
-#endif /* _DEV_PCI_PCIVERBOSE_H */
+#endif /* _DEV_PCI_PCIVERBOSE_H_ */



Home | Main Index | Thread Index | Old Index