1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Convert a library to use the new __FBSDID()'s for testing and review

purposes.
This commit is contained in:
Matthew Dillon 2001-09-15 03:42:10 +00:00
parent 4e4bb7561a
commit aa2b4bc413
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83490
6 changed files with 12 additions and 24 deletions

View File

@ -36,6 +36,7 @@
*/
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
@ -52,10 +53,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $FreeBSD$");
#endif
__FBSDID("$FreeBSD$");
extern char *prog;

View File

@ -37,6 +37,7 @@
*/
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
@ -53,10 +54,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $FreeBSD$");
#endif
__FBSDID("$FreeBSD$");
/*
* Compute an SCSP cache key

View File

@ -36,6 +36,7 @@
*/
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/sockio.h>
@ -55,10 +56,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $FreeBSD$");
#endif
__FBSDID("$FreeBSD$");
#ifndef TRUE
#define TRUE 1

View File

@ -36,6 +36,7 @@
*/
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
@ -53,10 +54,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $FreeBSD$");
#endif
__FBSDID("$FreeBSD$");
/*
* Get IP address

View File

@ -37,6 +37,7 @@
*/
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
@ -50,10 +51,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $FreeBSD$");
#endif
__FBSDID("$FreeBSD$");
/*
* Compute an IP checksum

View File

@ -36,6 +36,7 @@
*/
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
@ -53,10 +54,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $FreeBSD$");
#endif
__FBSDID("$FreeBSD$");
Harp_timer *harp_timer_head;
int harp_timer_exec;