X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Faklog%2Flinked_list.h;h=fb5de4925b6f5804d589c640cbe90d08467ad490;hp=6ccdf14da7c9e6234a285c83d73cd1c00a3c3690;hb=11e0ce535d094579c58247bd6274e058fb7cd71c;hpb=cef225f20e88cffaaa4a4a7dfc74d39137bc4e64 diff --git a/src/aklog/linked_list.h b/src/aklog/linked_list.h index 6ccdf14..fb5de49 100644 --- a/src/aklog/linked_list.h +++ b/src/aklog/linked_list.h @@ -1,8 +1,8 @@ -/* +/* * $Id$ * * This is the header file for a general list linked package. - * + * * Copyright 1990,1991 by the Massachusetts Institute of Technology * For distribution and copying rights, see the file "mit-copyright.h" */ @@ -10,10 +10,6 @@ #ifndef __LINKED_LIST_H__ #define __LINKED_LIST_H__ -#if !defined(lint) && !defined(SABER) -static char *rcsid_linked_list_h = "$Id$"; -#endif /* lint || SABER */ - #define LL_SUCCESS 0 #define LL_FAILURE -1