diff options
author | jhb <jhb@FreeBSD.org> | 2001-12-13 19:54:12 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-12-13 19:54:12 +0000 |
commit | c56ea0b56a5be795de691d6c55523a2f6f7e3241 (patch) | |
tree | 4cd9d8507314a9ca56e2b67c72560fe54ee97343 /sys/dev/asr/osd_unix.h | |
parent | aa8537df471937e689c187442b92fc37426e49fc (diff) | |
download | FreeBSD-src-c56ea0b56a5be795de691d6c55523a2f6f7e3241.zip FreeBSD-src-c56ea0b56a5be795de691d6c55523a2f6f7e3241.tar.gz |
Use C comments instead of C++ comments.
Reported by: gcc30
Diffstat (limited to 'sys/dev/asr/osd_unix.h')
-rw-r--r-- | sys/dev/asr/osd_unix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h index ad74580..0a3a760 100644 --- a/sys/dev/asr/osd_unix.h +++ b/sys/dev/asr/osd_unix.h @@ -402,7 +402,7 @@ typedef struct EATACommandPacket { #endif /* _DPT_SOLARIS else */ } EATA_CP; -#endif // SNI_MIPS +#endif /* SNI_MIPS */ /* Control Flags 1 Definitions */ @@ -509,7 +509,7 @@ typedef struct { } HbaInfo; #endif /* _DPT_UNIXWARE */ -#endif // SNI_MIPS +#endif /* SNI_MIPS */ #ifdef _DPT_AIX |