diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 2002-09-27 03:23:02 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 2002-09-27 03:23:02 +0000 |
| commit | 99ddedd8d3ba50fe7a08c274dced74931b9f9bd6 (patch) | |
| tree | 6e79981c5cfd6c1a23d32b14dfb1022b66d13c34 | |
| parent | 8dd2eb05bf75679f9d355feb29dd44916563ffa2 (diff) | |
Notes
| -rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_gram.y | 3 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l | 4 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_scan.l | 4 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_symbol.c | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y index 0d2ff3ee7213..d6a304e9339f 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y @@ -38,12 +38,11 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#24 $ + * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#25 $ * * $FreeBSD$ */ -#include <inttypes.h> #include <sys/types.h> #include <inttypes.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l index a5bd7f09bad6..d781443f56a3 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l @@ -38,14 +38,14 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#6 $ + * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#7 $ * * $FreeBSD$ */ -#include <inttypes.h> #include <sys/types.h> +#include <inttypes.h> #include <limits.h> #include <regex.h> #include <stdio.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l index 11828f2bce8a..e4dc6fd359ba 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l @@ -38,14 +38,14 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#17 $ + * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#18 $ * * $FreeBSD$ */ -#include <inttypes.h> #include <sys/types.h> +#include <inttypes.h> #include <limits.h> #include <regex.h> #include <stdio.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c index 19155372d058..2e766b85c1aa 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c @@ -37,12 +37,11 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#22 $ + * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#23 $ * * $FreeBSD$ */ -#include <inttypes.h> #include <sys/types.h> #ifdef __linux__ @@ -51,6 +50,7 @@ #include <db.h> #endif #include <fcntl.h> +#include <inttypes.h> #include <regex.h> #include <stdio.h> #include <stdlib.h> |
