Revamp FBSDID's for libatm. Restore original import rcsid as per bde
Reviewed by: various people
This commit is contained in:
parent
4f7d5730b0
commit
d085d52af7
@ -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
|
||||
*
|
||||
|
@ -22,11 +22,9 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* User Space Library Functions
|
||||
@ -37,7 +35,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <net/if.h>
|
||||
@ -54,8 +51,6 @@
|
||||
|
||||
#include "libatm.h"
|
||||
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* Compute an SCSP cache key
|
||||
*
|
||||
|
@ -22,10 +22,9 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* User Space Library Functions
|
||||
@ -36,7 +35,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/sockio.h>
|
||||
@ -56,8 +54,6 @@
|
||||
|
||||
#include "libatm.h"
|
||||
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
@ -22,10 +22,9 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* User Space Library Functions
|
||||
@ -36,7 +35,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <net/if.h>
|
||||
@ -54,8 +52,6 @@
|
||||
|
||||
#include "libatm.h"
|
||||
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* Get IP address
|
||||
*
|
||||
|
@ -22,11 +22,9 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* User Space Library Functions
|
||||
@ -37,7 +35,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <net/if.h>
|
||||
@ -51,8 +48,6 @@
|
||||
|
||||
#include "libatm.h"
|
||||
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* Compute an IP checksum
|
||||
*
|
||||
|
@ -22,10 +22,9 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* User Space Library Functions
|
||||
@ -36,7 +35,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <net/if.h>
|
||||
@ -54,8 +52,6 @@
|
||||
|
||||
#include "libatm.h"
|
||||
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
Harp_timer *harp_timer_head;
|
||||
int harp_timer_exec;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user