diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 18:03:45 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 18:03:45 +0000 |
| commit | 945ff31afa6806ffec0e30453f57ccf2fb70698b (patch) | |
| tree | 6b7fcc530adc98f00f6a4f2f826676bb58be0929 /sys/dev/sn/if_sn.c | |
| parent | aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sn/if_sn.c')
| -rw-r--r-- | sys/dev/sn/if_sn.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index d5ed7a2f0d6f1..c89638debc6ed 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -28,9 +28,11 @@ * (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$"); + /* * This is a driver for SMC's 9000 series of Ethernet adapters. * |
