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/cache_key.c | |
| parent | a1fdf50c015403f57bc1d0b96bde67f6bfccdf26 (diff) | |
Notes
Diffstat (limited to 'lib/libatm/cache_key.c')
| -rw-r--r-- | lib/libatm/cache_key.c | 9 | 
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c index 8d9006b2629d..95c8943561e4 100644 --- a/lib/libatm/cache_key.c +++ b/lib/libatm/cache_key.c @@ -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   *  | 
