diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2003-08-05 12:19:05 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-08-05 12:19:05 +0000 |
| commit | 5d10eb7c7999f2434ac812476c1bca41a28aa56a (patch) | |
| tree | 3b5c5efcadb7338e66bfa3a8aeeb7dcbc0093134 /sys/dev | |
| parent | 75ea65e3a2908c50f66475d9f46fd3ea404c202c (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/en/midway.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/en/midway.c b/sys/dev/en/midway.c index e4266968faf2f..dedcc845cd653 100644 --- a/sys/dev/en/midway.c +++ b/sys/dev/en/midway.c @@ -31,9 +31,9 @@ * 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. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * |
