diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-11 05:37:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-11 05:37:42 +0000 |
commit | 8b64eb1925d6cfa213880184c44480ac5f9ddd4c (patch) | |
tree | 1d9ab8a01d7996cfd59c22d145d33e91b5014907 /sys/netipx/ipx_pcb.c | |
parent | fda03b7cfc3c5e62699fdaf93abb21309f7a7ae5 (diff) | |
download | FreeBSD-src-8b64eb1925d6cfa213880184c44480ac5f9ddd4c.zip FreeBSD-src-8b64eb1925d6cfa213880184c44480ac5f9ddd4c.tar.gz |
Use __FBSDID().
Diffstat (limited to 'sys/netipx/ipx_pcb.c')
-rw-r--r-- | sys/netipx/ipx_pcb.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c index 8fe9796..0cd7880 100644 --- a/sys/netipx/ipx_pcb.c +++ b/sys/netipx/ipx_pcb.c @@ -32,10 +32,11 @@ * SUCH DAMAGE. * * @(#)ipx_pcb.c - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> |