diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 | 
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /lib/libatm/ip_addr.c | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'lib/libatm/ip_addr.c')
| -rw-r--r-- | lib/libatm/ip_addr.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c index aee3368ea7b7..51087d5139e6 100644 --- a/lib/libatm/ip_addr.c +++ b/lib/libatm/ip_addr.c @@ -23,7 +23,7 @@   * Copies of this Software may be made, however, the above copyright   * notice must be reproduced on all copies.   * - *	@(#) $Id: ip_addr.c,v 1.1 1998/07/09 21:45:42 johnc Exp $ + *	@(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $   *   */ @@ -36,7 +36,7 @@   */  #ifndef lint -static char *RCSid = "@(#) $Id: ip_addr.c,v 1.1 1998/07/09 21:45:42 johnc Exp $"; +static char *RCSid = "@(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $";  #endif  #include <sys/types.h> | 
