diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-30 21:03:33 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-30 21:03:33 +0000 |
commit | 384d1b28611dabe8a1fbdec78cfe89bef5012070 (patch) | |
tree | 99d3968d57a174565d909cfde6e9b180b4d75a29 /sys/netinet/libalias/alias_db.c | |
parent | 6815a9f8598bb19fa58c494739a7a907f10cb521 (diff) | |
download | FreeBSD-src-384d1b28611dabe8a1fbdec78cfe89bef5012070.zip FreeBSD-src-384d1b28611dabe8a1fbdec78cfe89bef5012070.tar.gz |
Add __FBSDID's to libalias
Diffstat (limited to 'sys/netinet/libalias/alias_db.c')
-rw-r--r-- | sys/netinet/libalias/alias_db.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/libalias/alias_db.c b/sys/netinet/libalias/alias_db.c index f8e56c6..0e4cb07 100644 --- a/sys/netinet/libalias/alias_db.c +++ b/sys/netinet/libalias/alias_db.c @@ -24,10 +24,11 @@ * 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$"); + /* Alias_db.c encapsulates all data structures used for storing packet aliasing data. Other parts of the aliasing software |