diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-15 19:36:55 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-15 19:36:55 +0000 |
| commit | 0a6a74520bd28b82f7cfa2f5c7df235b7664f67d (patch) | |
| tree | 9d31a1791407d2c0e6051f61a197a54dd6b15c35 /lib/libatm/atm_addr.c | |
| parent | a1fdf50c015403f57bc1d0b96bde67f6bfccdf26 (diff) | |
Notes
Diffstat (limited to 'lib/libatm/atm_addr.c')
| -rw-r--r-- | lib/libatm/atm_addr.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c index c8695f8d4464..ff6b2c2d501c 100644 --- a/lib/libatm/atm_addr.c +++ b/lib/libatm/atm_addr.c @@ -22,10 +22,14 @@ * * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. - * - * @(#) $FreeBSD$ - * */ +#include <sys/cdefs.h> +#ifndef lint +#if 0 /* original (broken) import id */ +static char *RCSid = "@(#) $Id: atm_addr.c,v 1.1 1998/07/09 21:45:18 johnc Exp $"; +#endif +#endif +__FBSDID("$FreeBSD$"); /* * User Space Library Functions @@ -36,7 +40,6 @@ */ #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> @@ -53,11 +56,8 @@ #include "libatm.h" -__FBSDID("$FreeBSD$"); - extern char *prog; - /* * Get NSAP, NSAP prefix or MAC address * |
